[arch-commits] Commit in cataclysm-dda/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Dec 7 05:23:57 UTC 2015
Date: Monday, December 7, 2015 @ 06:23:56
Author: foutrelis
Revision: 149579
Remove -Werror from Makefile; it breaks the build
Modified:
cataclysm-dda/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-07 05:23:56 UTC (rev 149578)
+++ PKGBUILD 2015-12-07 05:23:56 UTC (rev 149579)
@@ -17,7 +17,7 @@
'freetype2: for tiles'
'sdl2_mixer: for tiles')
install=cataclysm-dda.install
-source=("https://github.com/CleverRaven/Cataclysm-DDA/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$pkgver.tar.gz")
md5sums=('805132ab7651ba93e5247ced7fe1fc97')
# official docs say to use lua51
@@ -31,6 +31,7 @@
build() {
cd "Cataclysm-DDA-$pkgver"
+ sed -i 's/-Werror//' Makefile
sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
#sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
More information about the arch-commits
mailing list