[arch-commits] Commit in haskell-case-insensitive/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 23 10:46:45 UTC 2017


    Date: Friday, June 23, 2017 @ 10:46:45
  Author: felixonmars
Revision: 240274

upgpkg: haskell-case-insensitive 1.2.0.10-3

rebuild with hashable,1.2.6.1

Modified:
  haskell-case-insensitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 10:45:15 UTC (rev 240273)
+++ PKGBUILD	2017-06-23 10:46:45 UTC (rev 240274)
@@ -5,7 +5,7 @@
 _hkgname=case-insensitive
 pkgname=haskell-case-insensitive
 pkgver=1.2.0.10
-pkgrel=2
+pkgrel=3
 pkgdesc="Case insensitive string comparison"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -18,7 +18,7 @@
     cd "${srcdir}/${_hkgname}-${pkgver}"
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
     runhaskell Setup build
     runhaskell Setup haddock
     runhaskell Setup register   --gen-script



More information about the arch-commits mailing list