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

Felix Yan felixonmars at archlinux.org
Tue Jun 16 02:33:21 UTC 2020


    Date: Tuesday, June 16, 2020 @ 02:33:19
  Author: felixonmars
Revision: 645745

upgpkg: haskell-base-prelude 1.4-1: rebuild with base-prelude 1.4

Modified:
  haskell-base-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-16 02:31:03 UTC (rev 645744)
+++ PKGBUILD	2020-06-16 02:33:19 UTC (rev 645745)
@@ -3,8 +3,8 @@
 
 _hkgname=base-prelude
 pkgname=haskell-base-prelude
-pkgver=1.3
-pkgrel=11
+pkgver=1.4
+pkgrel=1
 pkgdesc="The most complete prelude formed solely from the \"base\" package"
 url="https://github.com/nikita-volkov/base-prelude"
 license=("MIT")
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('de0f500e0d2d962491951445e7409f337bbf5614417cf6dd54cf04e1dad9ad181bc09648c9f7e0201838fde38ca86b2f89eb40805c9d9df7afb9dbaae565eda9')
+sha512sums=('0665cfc349ac6b564ec76eb05b3f74cc7e0fd8c68fc64ea1b0afe094aa15d7332a06597a3f98ca2df415623102ad414e7182ad22f705647e5e47694dcc2fe8b8')
 
 build() {
     cd $_hkgname-$pkgver
@@ -20,7 +20,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --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