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

Felix Yan felixonmars at archlinux.org
Tue Aug 11 04:00:37 UTC 2020


    Date: Tuesday, August 11, 2020 @ 04:00:35
  Author: felixonmars
Revision: 674385

upgpkg: haskell-data-fix 0.3.0-1: rebuild with data-fix 0.3.0

Modified:
  haskell-data-fix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-11 03:45:28 UTC (rev 674384)
+++ PKGBUILD	2020-08-11 04:00:35 UTC (rev 674385)
@@ -2,16 +2,16 @@
 
 _hkgname=data-fix
 pkgname=haskell-data-fix
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="Fixpoint data types"
-url="https://github.com/anton-k/data-fix"
+url="https://github.com/spell-music/data-fix"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs')
+depends=('ghc-libs' 'haskell-hashable')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('5dd025f2f5688e9538ad8c6a938b2314efb2da5bec7fe5bf7fa8015713f38d490fd92ad08f4f09cac6d6c6a8fb69d663935aeb3b1853e5a04aa71a0f11743fb8')
+sha512sums=('2fa2458a765ce0cf08d8907d523d744a69d0865260c2078dd5cfd5b0d3f1420a9bc2b9bc4795e0864884ae869a730233a268be6a1d17bc50a737a4704a4f06f6')
 
 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