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

Jelle van der Waa jelle at archlinux.org
Fri Jan 3 21:03:52 UTC 2020


    Date: Friday, January 3, 2020 @ 21:03:52
  Author: jelle
Revision: 547757

upgpkg: haskell-stm-delay 0.1.1.1-1

Required for taskell

Modified:
  haskell-stm-delay/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 20:58:02 UTC (rev 547756)
+++ PKGBUILD	2020-01-03 21:03:52 UTC (rev 547757)
@@ -1,3 +1,4 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
 
 _pkgname=stm-delay
 pkgname=haskell-stm-delay
@@ -14,14 +15,14 @@
 
 build() {
   cd $_pkgname-$pkgver
-    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 register --gen-script
-    runhaskell Setup unregister --gen-script
-    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+  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 register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
 package() {



More information about the arch-commits mailing list