[arch-commits] Commit in warzone2100/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Apr 25 19:06:58 UTC 2020


    Date: Saturday, April 25, 2020 @ 19:06:57
  Author: foutrelis
Revision: 621044

Fix source URL

Modified:
  warzone2100/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 19:01:06 UTC (rev 621043)
+++ PKGBUILD	2020-04-25 19:06:57 UTC (rev 621044)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa' 'cmake')
-source=(https://github.com/Warzone2100/warzone2100/releases/download/${pkgver}/warzone2100-${pkgver}_src.tar.xz)
+source=(${pkgname}-${pkgver}_src.tar.xz::https://github.com/Warzone2100/warzone2100/releases/download/${pkgver}/${pkgname}_src.tar.xz)
 sha256sums=('cc48c8128d17a499e833996470d843855389d9fc985c71f05be08901f33116e8')
 
 prepare() {



More information about the arch-commits mailing list