summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2018-04-10 09:44:52 -0700
committerCaleb Bassi2018-04-10 09:44:52 -0700
commit32d2c7edd592e72183c9e57b12e3e08767f72460 (patch)
tree0baabf6e4c92959a00d5ad8227cdeeea5d9f355e
parentc7b182bedcb726726d34b69355ee43e338ae5304 (diff)
downloadaur-32d2c7edd592e72183c9e57b12e3e08767f72460.tar.gz
Fix url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6794dae4e182..fb3e1316c850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = gotop-bin
arch = i686
license = AGPLv3
provides = gotop
- source = https://github.com/cjbassi/gotop/releases/download/1.2.5/gotop-1.2.5-linux_amd64.tgz
+ source = https://github.com/cjbassi/gotop/releases/download/1.2.5/gotop_1.2.5_linux_amd64.tgz
md5sums = SKIP
pkgname = gotop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e0f84aaf626..fdb7e66aa094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ case "$CARCH" in
;;
esac
-source=("https://github.com/cjbassi/gotop/releases/download/$pkgver/gotop-$pkgver-linux_$_arch.tgz")
+source=("https://github.com/cjbassi/gotop/releases/download/$pkgver/gotop_${pkgver}_linux_$_arch.tgz")
md5sums=("SKIP")
package() {