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

Felix Yan felixonmars at archlinux.org
Tue Jun 23 06:46:11 UTC 2020


    Date: Tuesday, June 23, 2020 @ 06:46:11
  Author: felixonmars
Revision: 650899

upgpkg: haskell-repline 0.4.0.0-1: rebuild with dhall 1.33.1, repline 0.4.0.0

Modified:
  haskell-repline/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-23 06:45:32 UTC (rev 650898)
+++ PKGBUILD	2020-06-23 06:46:11 UTC (rev 650899)
@@ -2,7 +2,7 @@
 
 _hkgname=repline
 pkgname=haskell-repline
-pkgver=0.3.0.0
+pkgver=0.4.0.0
 pkgrel=1
 pkgdesc="Haskeline wrapper for GHCi-like REPL interfaces"
 url="https://github.com/sdiehl/repline"
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('119a3be8a9789afbc7fe76f21bdf9f24d8ec251cf2933020357a269cd234828870ae0a2fc5954c02dac1feb1d9583d38db6bf0d22a287e1ac0b2c9745cbd7b00')
+sha512sums=('1da58e7112bcb0096770fa5d0b056763a9ef8fc5e2af7d4901addf591dbd2436bdd68a3f500a4d5a8cc0e0bef4f34f2b77033ca2b4047929b9588906d91aaa22')
 
 build() {
     cd $_hkgname-$pkgver
@@ -19,7 +19,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



More information about the arch-commits mailing list