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

Felix Yan felixonmars at archlinux.org
Tue Jun 20 13:25:36 UTC 2017


    Date: Tuesday, June 20, 2017 @ 13:25:35
  Author: felixonmars
Revision: 239031

upgpkg: hindent 5.2.3-16

rebuild with path,0.6.0

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-20 13:23:02 UTC (rev 239030)
+++ PKGBUILD	2017-06-20 13:25:35 UTC (rev 239031)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=5.2.3
-pkgrel=15
+pkgrel=16
 pkgdesc="Extensible Haskell pretty printer"
 url="https://github.com/commercialhaskell/hindent"
 license=("custom:BSD3")
@@ -19,8 +19,8 @@
     cd "${srcdir}/${pkgname}-${pkgver}"
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
-        --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