mirror of
https://github.com/danog/ytop.git
synced 2024-11-30 04:29:10 +01:00
fix ytop-bin aur template
This commit is contained in:
parent
f43af2a183
commit
92cdc9fccb
@ -10,7 +10,7 @@ url="https://github.com/cjbassi/ytop"
|
||||
license=("MIT")
|
||||
provides=(${_pkgname})
|
||||
conflicts=(${_pkgname})
|
||||
source=("${_pkgname}-${pkgver}::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}-${arch}-unknown-linux-gnu.tar.gz")
|
||||
source=("${_pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}-${arch}-unknown-linux-gnu.tar.gz")
|
||||
sha256sums=("{{ SHA256 }}")
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user