summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSemyon Maryasin2018-08-30 19:04:10 +0300
committerSemyon Maryasin2018-08-30 19:04:52 +0300
commita71bdaf48f7b7e4061615155d8ba1c9a3845d84e (patch)
treec62b1876b65fe952489b9e9ccacad850a0310a5a
parent15169445db8b70381f517f01dc7477d60ea3cb3c (diff)
downloadaur-a71bdaf48f7b7e4061615155d8ba1c9a3845d84e.tar.gz
Revert "Include pkgver in downloaded file name"
This reverts commit a81a2534307f92257a46b3e65217c416eb9c30c2. It caused problems with building
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51803329bc57..5ae0e20e209a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = zeit-now-bin
provides = zeit-now
conflicts = nodejs-now
options = !strip
- source = now-linux-11.4.0.gz::https://github.com/zeit/now-cli/releases/download/11.4.0/now-linux.gz
+ source = https://github.com/zeit/now-cli/releases/download/11.4.0/now-linux.gz
md5sums = 791963aabd72437c7d2af1df817e7966
pkgname = zeit-now-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0fddbf9282d7..14e58a90969e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ backup=()
options=("!strip")
install=
changelog=
-source=("now-linux-${pkgver}.gz::https://github.com/zeit/now-cli/releases/download/${pkgver}/now-linux.gz")
+source=("https://github.com/zeit/now-cli/releases/download/${pkgver}/now-linux.gz")
noextract=()
md5sums=('791963aabd72437c7d2af1df817e7966')
validpgpkeys=()