[arch-commits] Commit in haskell-hs-bibutils/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Aug 5 08:17:52 UTC 2017


    Date: Saturday, August 5, 2017 @ 08:17:51
  Author: felixonmars
Revision: 248609

upgpkg: haskell-hs-bibutils 5.5-5

rebuild with syb,0.7

Modified:
  haskell-hs-bibutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-05 08:15:38 UTC (rev 248608)
+++ PKGBUILD	2017-08-05 08:17:51 UTC (rev 248609)
@@ -5,12 +5,12 @@
 _hkgname=hs-bibutils
 pkgname=haskell-hs-bibutils
 pkgver=5.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Haskell bindings to bibutils, the bibliography conversion utilities."
 url="http://istitutocolli.org/repos/hs-bibutils/"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-syb")
+depends=('ghc' "haskell-syb")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('95f9f34be9f3145da8acc8a0e9de379236cfe31c5a9bc0eb9489e77402a4c55d')
 
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --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