[arch-commits] Commit in hedgewars/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 22 01:27:01 UTC 2020
Date: Sunday, March 22, 2020 @ 01:27:00
Author: felixonmars
Revision: 603182
upgpkg: hedgewars 1.0.0-53: switch to legacy network 2.8
Modified:
hedgewars/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 01:25:28 UTC (rev 603181)
+++ PKGBUILD 2020-03-22 01:27:00 UTC (rev 603182)
@@ -4,7 +4,7 @@
pkgname=hedgewars
pkgver=1.0.0
-pkgrel=52
+pkgrel=53
pkgdesc="Turn-based strategy artillery game similiar to Worms"
arch=('x86_64')
url="https://hedgewars.org"
@@ -11,8 +11,8 @@
license=('GPL' 'custom')
depends=('qt5-base' 'sdl2' 'sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'lua51' 'ffmpeg' 'glut'
'physfs' 'ghc-libs' 'haskell-entropy' 'haskell-sha' 'haskell-random' 'haskell-regex-tdfa'
- 'haskell-sandi' 'haskell-hslogger' 'haskell-utf8-string' 'haskell-vector')
-makedepends=('fpc' 'cmake' 'qt5-tools' 'ghc' 'haskell-network' 'haskell-bytestring-show'
+ 'haskell-sandi' 'haskell-hslogger' 'haskell-network2.8' 'haskell-utf8-string' 'haskell-vector')
+makedepends=('fpc' 'cmake' 'qt5-tools' 'ghc' 'haskell-bytestring-show'
'haskell-zlib' 'haskell-base-prelude' 'imagemagick' 'mesa')
source=("https://www.hedgewars.org/download/releases/hedgewars-src-$pkgver.tar.bz2")
sha512sums=('9aeb904550239040a878a0e7ae5006aa4d824124b61d813b9e6f6dfe1bd1c8f5fe395e0fd6e58d685ef1259abd4669e03b985be129c620be15f6e5ad82519ec2')
@@ -19,7 +19,7 @@
prepare() {
cd hedgewars-src-$pkgver
- sed -i 's|set(ghc_flags|set(ghc_flags -dynamic|' gameServer/CMakeLists.txt
+ sed -i 's|set(ghc_flags|set(ghc_flags -dynamic -package network-2.8.0.1 -hide-package network-bsd|' gameServer/CMakeLists.txt
}
build() {
More information about the arch-commits
mailing list