[arch-commits] Commit in hedgewars/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Aug 1 15:34:18 UTC 2020
Date: Saturday, August 1, 2020 @ 15:34:17
Author: felixonmars
Revision: 667498
upgpkg: hedgewars 1.0.0-84: rebuild with QuickCheck 2.14.1
Modified:
hedgewars/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-01 15:33:17 UTC (rev 667497)
+++ PKGBUILD 2020-08-01 15:34:17 UTC (rev 667498)
@@ -4,7 +4,7 @@
pkgname=hedgewars
pkgver=1.0.0
-pkgrel=83
+pkgrel=84
pkgdesc="Turn-based strategy artillery game similiar to Worms"
arch=('x86_64')
url="https://hedgewars.org"
@@ -21,6 +21,9 @@
cd hedgewars-src-$pkgver
sed -i 's|set(ghc_flags|set(ghc_flags -dynamic -package network-2.8.0.1 -hide-package network-bsd|' gameServer/CMakeLists.txt
sed -i '/#include <QSizePolicy>/a #include <QPainterPath>' QTfrontend/ui/page/pagegamestats.cpp
+
+ # https://bugs.freepascal.org/view.php?id=37286
+ sed -i 's/procedure ShiftWorld(Dir: LongInt); inline;/procedure ShiftWorld(Dir: LongInt);/' hedgewars/uWorld.pas
}
build() {
More information about the arch-commits
mailing list