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 5c90d3a7eb26..89967ed713b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = sdlpop
license = GPL3
depends = sdl2_image
depends = sdl2_mixer
- source = https://github.com/NagyD/SDLPoP/archive/v1.16.tar.gz
+ source = sdlpop-1.16.tar.gz::https://github.com/NagyD/SDLPoP/archive/v1.16.tar.gz
source = https://github.com/NagyD/SDLPoP/raw/master/data/icon.png
source = sdlpop.desktop
source = prince
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")