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

Felix Yan felixonmars at archlinux.org
Thu Aug 6 16:31:41 UTC 2020


    Date: Thursday, August 6, 2020 @ 16:31:41
  Author: felixonmars
Revision: 671173

upgpkg: haskell-optics-core 0.3.0.1-1: rebuild with optics-core 0.3.0.1

Modified:
  haskell-optics-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-06 16:27:30 UTC (rev 671172)
+++ PKGBUILD	2020-08-06 16:31:41 UTC (rev 671173)
@@ -2,8 +2,8 @@
 
 _hkgname=optics-core
 pkgname=haskell-optics-core
-pkgver=0.3
-pkgrel=2
+pkgver=0.3.0.1
+pkgrel=1
 pkgdesc="Optics as an abstract interface: core definitions"
 url="https://github.com/well-typed/optics-core"
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-indexed-profunctors')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('5d2a3b2b16e4a61a31f095aeaf6abbdb83e671787f1f0a93956dc97813c6e3318a5a50c59bbfa333dd03c09c5c7b19e16e37fb0d76adac09e9172e660e180d11')
+sha512sums=('b566d57dc00d221b155434efa4c4a99535630932c6f9d6513d6d72cc01f862af4347a0662d9ecbffdb7bfddeee6bd45dae4462faf7a6b30531ac2138b0f7ff8d')
 
 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