[arch-commits] Commit in haskell-gtk2hs-buildtools/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jun 23 11:10:31 UTC 2017


    Date: Friday, June 23, 2017 @ 11:10:31
  Author: felixonmars
Revision: 240296

upgpkg: haskell-gtk2hs-buildtools 0.13.2.2-8

rebuild with hashable,1.2.6.1

Modified:
  haskell-gtk2hs-buildtools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-23 11:07:14 UTC (rev 240295)
+++ PKGBUILD	2017-06-23 11:10:31 UTC (rev 240296)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-gtk2hs-buildtools
 pkgver=0.13.2.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
 url="https://hackage.haskell.org/package/gtk2hs-buildtools"
 license=('GPL2')
@@ -28,8 +28,8 @@
     cd "${srcdir}/gtk2hs-buildtools-${pkgver}"
     
     runhaskell Setup configure -O --enable-executable-dynamic --enable-shared \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list