summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 624238f4d701..ee93cad32b96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,9 +15,9 @@ pkgbase = lzdoom-bin
optdepends = timidity++
options = !strip
options = !emptydirs
- source_i686 = https://github.com/drfrag666/gzdoom/releases/download/3.85/lzdoom_3.85_i386.deb
+ source_i686 = lzdoom-bin-3.85_i686.deb::https://github.com/drfrag666/gzdoom/releases/download/3.85/lzdoom_3.85_i386.deb
sha512sums_i686 = 837160c74a6b086cb2e4a3cb82215ee82b164cdc15df2c823873f05f6f0cc8f1f93335ca0cb899bb7d24b5788b7e07f1a811a65af6395e058abea855e43d5f3e
- source_x86_64 = https://github.com/drfrag666/gzdoom/releases/download/3.85/lzdoom_3.85_amd64.deb
+ source_x86_64 = lzdoom-bin-3.85_x86_64.deb::https://github.com/drfrag666/gzdoom/releases/download/3.85/lzdoom_3.85_amd64.deb
sha512sums_x86_64 = 8a6880e69b4c40425b0dd332d1be1ced88c08778a1f5738611f7a69d701ca0569c58651d37cdcc0492a50fea8078b3b49fc79821e3befaf5f02b465d6869958f
pkgname = lzdoom-bin
diff --git a/PKGBUILD b/PKGBUILD
index c7df40554c3f..3de7df736a42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('GPL3')
depends=('sdl2' 'alsa-lib')
optdepends=('fluidsynth' 'libsndfile' 'mpg123' 'openal' 'timidity++')
options=('!strip' '!emptydirs')
-source_i686=("https://github.com/drfrag666/gzdoom/releases/download/${pkgver}/lzdoom_${pkgver}_i386.deb")
-source_x86_64=("https://github.com/drfrag666/gzdoom/releases/download/${pkgver}/lzdoom_${pkgver}_amd64.deb")
+source_i686=("${pkgname}-${pkgver}_i686.deb::https://github.com/drfrag666/gzdoom/releases/download/${pkgver}/lzdoom_${pkgver}_i386.deb")
+source_x86_64=("${pkgname}-${pkgver}_x86_64.deb::https://github.com/drfrag666/gzdoom/releases/download/${pkgver}/lzdoom_${pkgver}_amd64.deb")
sha512sums_i686=('837160c74a6b086cb2e4a3cb82215ee82b164cdc15df2c823873f05f6f0cc8f1f93335ca0cb899bb7d24b5788b7e07f1a811a65af6395e058abea855e43d5f3e')
sha512sums_x86_64=('8a6880e69b4c40425b0dd332d1be1ced88c08778a1f5738611f7a69d701ca0569c58651d37cdcc0492a50fea8078b3b49fc79821e3befaf5f02b465d6869958f')