summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12bc6343fd95..7c5835cc02a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = shunit2
arch = any
license = Apache
depends = bash
- source = https://github.com/kward/shunit2//archive/v2.1.8.tar.gz
+ source = shunit2-2.1.8.tar.gz::https://github.com/kward/shunit2//archive/v2.1.8.tar.gz
sha256sums = b2fed28ba7282e4878640395284e43f08a029a6c27632df73267c8043c71b60c
pkgname = shunit2
diff --git a/PKGBUILD b/PKGBUILD
index 50a63256ab23..b86fcfbd34ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/kward/shunit2/"
arch=('any')
license=('Apache')
depends=('bash')
-source=(${url}/archive/v${pkgver}.tar.gz)
+source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
sha256sums=('b2fed28ba7282e4878640395284e43f08a029a6c27632df73267c8043c71b60c')
check() {