Date: Wednesday, May 20, 2020 @ 16:38:24
  Author: felixonmars
Revision: 630873

upgpkg: haskell-path 0.7.1-1: rebuild with path 0.7.1

Modified:
  haskell-path/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-20 16:18:50 UTC (rev 630872)
+++ PKGBUILD    2020-05-20 16:38:24 UTC (rev 630873)
@@ -3,8 +3,8 @@
 
 _hkgname=path
 pkgname=haskell-path
-pkgver=0.7.0
-pkgrel=17
+pkgver=0.7.1
+pkgrel=1
 pkgdesc="Path"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -13,13 +13,8 @@
 makedepends=('ghc' 'haskell-genvalidity' 'haskell-genvalidity-hspec' 
'haskell-genvalidity-property'
              'haskell-hspec' 'haskell-quickcheck' 'haskell-validity')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('b07fc95eab12188d49e4525ea5bbadfda9d5bfb61cc306d624730087d2fc1f946407e4861f7f66de48d9cdf2541591d4518fcc77f28d65671bfa65a963e18a9c')
+sha512sums=('8ddc8453a55c2ee5c01ba7e9e786475c4fa6b8b81d0ab36e8c74b432c72d85ea4589370085a6e5bc46cac68bc27a66281735f773170c732c16945336e325440e')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/< *1.3/<2/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     
@@ -26,7 +21,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-    runhaskell Setup build
+    runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh

Reply via email to