summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSven-Hendrik Haase2019-11-14 04:11:19 +0100
committerSven-Hendrik Haase2019-11-14 04:11:19 +0100
commiteedf6f822f0caf8734398895be76fcec9828fd5a (patch)
tree5871f7563a7de04649dd6db1562e29d6bc398814 /PKGBUILD
parent0624e8f2235c31a5efa15d944bbb0055a8a761ed (diff)
downloadaur-eedf6f822f0caf8734398895be76fcec9828fd5a.tar.gz
Fix source package name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 179e85676385..ad63ffbf6fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/svenstaro/dummyhttp"
license=(MIT)
makedepends=(cargo)
-source=(https://github.com/svenstaro/dummyhttp/archive/${pkgver}.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/svenstaro/dummyhttp/archive/${pkgver}.tar.gz")
sha512sums=('1d5076baa1d15da3904290b4e2941266fc599c30d71ed09994fa8be1e93e8474d31213fc8dc2616d96eb02d63bb2eba81a49ba5f062aebb1835814ff6392c3aa')
build() {