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

Felix Yan felixonmars at archlinux.org
Sat Jun 16 23:32:11 UTC 2018


    Date: Saturday, June 16, 2018 @ 23:32:11
  Author: felixonmars
Revision: 343413

upgpkg: darcs 2.14.0-42

fix man page (FS#55470)

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-16 21:29:52 UTC (rev 343412)
+++ PKGBUILD	2018-06-16 23:32:11 UTC (rev 343413)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.14.0
-pkgrel=41
+pkgrel=42
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net"
 license=("GPL2")
@@ -41,7 +41,7 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
         -fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
         -f-rts -foptimize -f-warn-as-error -f-libiconv
-    runhaskell Setup build
+    LD_LIBRARY_PATH="$srcdir"/$pkgname-$pkgver/dist/build runhaskell Setup build
     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