1
0
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:
Caleb Bassi 2020-02-15 06:28:18 -08:00
parent f43af2a183
commit 92cdc9fccb

View File

@ -10,7 +10,7 @@ url="https://github.com/cjbassi/ytop"
license=("MIT") license=("MIT")
provides=(${_pkgname}) provides=(${_pkgname})
conflicts=(${_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 }}") sha256sums=("{{ SHA256 }}")
package() { package() {