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

Felix Yan felixonmars at archlinux.org
Wed Apr 25 09:13:29 UTC 2018


    Date: Wednesday, April 25, 2018 @ 09:13:29
  Author: felixonmars
Revision: 317823

remove old patch

Modified:
  hedgewars/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-25 08:04:38 UTC (rev 317822)
+++ PKGBUILD	2018-04-25 09:13:29 UTC (rev 317823)
@@ -15,16 +15,12 @@
          'haskell-sandi' 'haskell-hslogger' 'haskell-utf8-string' 'haskell-vector')
 makedepends=('fpc' 'cmake' 'qt5-tools' 'ghc' 'haskell-network' 'haskell-bytestring-show'
              'haskell-mtl' 'haskell-stm' 'haskell-zlib' 'haskell-base-prelude' 'imagemagick')
-source=("https://www.hedgewars.org/download/releases/hedgewars-src-$pkgver.tar.bz2"
-        "https://src.fedoraproject.org/rpms/hedgewars/raw/master/f/hedgewars-cmake-ghc8-mask.patch")
-sha512sums=('6f6d5e6b7b460b70ec7e20fd66e96d7ad82d2d8d90aa5e89522268c71b90016343e3edd8a3186314546044639e9623af6d0ee2df38395ea925e5588280db27b1'
-            '957e6cbe868924f0541cfa5a5e7e507caf798c94a1414911a8b8bc466bc4accb8fdd4d52cc298a5b88f83e93fd323cb2344db89df1be173bf6b0daf336b7b3ce')
+source=("https://www.hedgewars.org/download/releases/hedgewars-src-$pkgver.tar.bz2")
+sha512sums=('6f6d5e6b7b460b70ec7e20fd66e96d7ad82d2d8d90aa5e89522268c71b90016343e3edd8a3186314546044639e9623af6d0ee2df38395ea925e5588280db27b1')
 
 prepare() {
   cd hedgewars-src-$pkgver
   sed -i 's|set(ghc_flags|set(ghc_flags -dynamic|' gameServer/CMakeLists.txt
-  # Fix GHC 8
-  #patch -p1 -i ../hedgewars-cmake-ghc8-mask.patch
 }
 
 build() {



More information about the arch-commits mailing list