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

Felix Yan felixonmars at archlinux.org
Sun Aug 9 18:49:19 UTC 2020


    Date: Sunday, August 9, 2020 @ 18:49:19
  Author: felixonmars
Revision: 673317

upgpkg: haskell-strict 0.4-1: rebuild with strict 0.4

Modified:
  haskell-strict/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-09 18:44:09 UTC (rev 673316)
+++ PKGBUILD	2020-08-09 18:49:19 UTC (rev 673317)
@@ -3,16 +3,16 @@
 
 _hkgname=strict
 pkgname=haskell-strict
-pkgver=0.3.2
-pkgrel=17
-pkgdesc="Strict data types and String IO."
-url="http://www.cse.unsw.edu.au/~rl/code/strict.html"
+pkgver=0.4
+pkgrel=1
+pkgdesc="Strict data types and String IO"
+url="https://github.com/haskell-strict/strict"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs')
+depends=('ghc-libs' 'haskell-assoc' 'haskell-hashable' 'haskell-these')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('ca27ee2b557669c409c0417b2005ceb612ad95040fd4a798535cdbc83b8b7a51a36bb66bc2e7bff04b5b965313894a51910a274d67a891530ed119c831bcd686')
+sha512sums=('f41d5ca6a02e849778d35e6f9343fe3d58b6b09b5bf93798af9346190de36346b3fc588a22368a16fbd1000713a57ca3c81357a0f38735e2b2359bda509ed8a3')
 
 build() {
     cd $_hkgname-$pkgver
@@ -21,7 +21,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fsplit-base
-    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