summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 068c86ff2c9b..07734fa68aa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,4 +14,3 @@ pkgbase = pass-tomb
sha512sums = 7f1d4b25cf3a5b1710491c3883cc1db332f4a72152c19830c9ddbacf28a06f9d37d1ce3e6d2869e12ae5c85d4afc7602f951028c4aea06da4f2bfb52ef22a827
pkgname = pass-tomb
-
diff --git a/PKGBUILD b/PKGBUILD
index 8a2889f9282d..252c7dd6a684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ depends=(
'pass'
'tomb'
)
-source=(https://github.com/roddhjav/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
- https://github.com/roddhjav/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc)
+source=("https://github.com/roddhjav/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
+ "https://github.com/roddhjav/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc")
sha512sums=('8b57ce193e0fcc6861d963dd468acad6e92e8695e4a0f15128ea94acb2a029158b82e467acdef09821aa530c97f738d6a042af03b81798ea45b3d2c9780b6702'
'7f1d4b25cf3a5b1710491c3883cc1db332f4a72152c19830c9ddbacf28a06f9d37d1ce3e6d2869e12ae5c85d4afc7602f951028c4aea06da4f2bfb52ef22a827')