Date: Thursday, April 20, 2023 @ 17:14:24
  Author: felixonmars
Revision: 1447834

upgpkg: haskell-commutative-semigroups 0.1.0.1-1: rebuild with 
commutative-semigroups 0.1.0.1

Modified:
  haskell-commutative-semigroups/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-20 17:12:42 UTC (rev 1447833)
+++ PKGBUILD    2023-04-20 17:14:24 UTC (rev 1447834)
@@ -2,7 +2,7 @@
 
 _hkgname=commutative-semigroups
 pkgname=haskell-commutative-semigroups
-pkgver=0.1.0.0
+pkgver=0.1.0.1
 pkgrel=1
 pkgdesc="Commutative semigroups"
 url="https://github.com/ObsidianSystems/commutative-semigroups.git";
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('661d41ac7fbab17bdc5ebb7eafeecc597616cc5a1c7fce1b07722aa8bc1a0618')
+sha256sums=('0732d53b25fea4822ed8aefdc0aa5586db9a78f67db8cc796adabd614677aaae')
 
 build() {
   cd $_hkgname-$pkgver
@@ -18,11 +18,11 @@
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
     --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
-    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie' 
 
-  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

Reply via email to