summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-01-12 13:03:53 +0100
committerMichael Straube2017-01-12 13:03:53 +0100
commit3e04b710641e73ddec9ede470d23b6ffddc35ee3 (patch)
tree3d4c4d696b793ae8e4b363ab022e5387b9380eba
parentae07b2de8184bb72ed81b59a400b9f05fe485497 (diff)
downloadaur-3e04b710641e73ddec9ede470d23b6ffddc35ee3.tar.gz
Save source tarball as $pkgname-$pkgver.tar.gz
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97e907fd74d5..3ded956def47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = chipmachine
depends = glew
depends = glfw
depends = curl
- source = https://github.com/sasq64/chipmachine/archive/v1.3c.tar.gz
+ source = chipmachine-1.3c.tar.gz::https://github.com/sasq64/chipmachine/archive/v1.3c.tar.gz
source = apone.tar.gz::https://github.com/sasq64/apone/archive/d320e07159a35f47cbc81ea45f145c27a976f98c.tar.gz
source = two-missing-std-specifiers.patch::https://github.com/sasq64/chipmachine/commit/31181465d5c8ba87efa6450c149dc00acffe0f6d.patch
source = fixed-against-latest-apone.patch::https://github.com/sasq64/chipmachine/commit/44ed091a4305b2231595bd7f62c11803eb66aeb7.patch
diff --git a/PKGBUILD b/PKGBUILD
index 0396d5047401..84e062d48578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url='https://github.com/sasq64/chipmachine'
license=('MIT')
depends=('mpg123' 'glew' 'glfw' 'curl')
makedepends=('cmake' 'ninja' 'vim')
-source=("https://github.com/sasq64/$pkgname/archive/v$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sasq64/$pkgname/archive/v$pkgver.tar.gz"
"apone.tar.gz::https://github.com/sasq64/apone/archive/$_aponecommit.tar.gz"
"two-missing-std-specifiers.patch::https://github.com/sasq64/$pkgname/commit/$_patchcommit1.patch"
"fixed-against-latest-apone.patch::https://github.com/sasq64/$pkgname/commit/$_patchcommit2.patch")