summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Straube2017-01-11 20:51:47 +0100
committerMichael Straube2017-01-11 20:51:47 +0100
commitee804f34b1477ca6aee7cf03a2ccee5b07363add (patch)
tree1622464b40d24e672bd0b40375173e0f7f28318d /PKGBUILD
parentcbef78179be753672624f2ef972542f412b1ef97 (diff)
downloadaur-ee804f34b1477ca6aee7cf03a2ccee5b07363add.tar.gz
Save source tarball as $pkgname-$pkgver.tar.gz
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index beadabcf92e6..cd9ce2af58ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/NagyD/SDLPoP"
depends=('sdl2_image' 'sdl2_mixer')
-source=("https://github.com/NagyD/SDLPoP/archive/v$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NagyD/SDLPoP/archive/v$pkgver.tar.gz"
"https://github.com/NagyD/SDLPoP/raw/master/data/icon.png"
"sdlpop.desktop"
"prince")