[arch-commits] Commit in haskell-ghc-syb-utils/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 22 16:08:50 UTC 2017


    Date: Thursday, June 22, 2017 @ 16:08:49
  Author: felixonmars
Revision: 239597

upgpkg: haskell-ghc-syb-utils 0.2.3.2-1

rebuild with ghc-syb-utils,0.2.3.2

Modified:
  haskell-ghc-syb-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-22 15:58:08 UTC (rev 239596)
+++ PKGBUILD	2017-06-22 16:08:49 UTC (rev 239597)
@@ -4,15 +4,15 @@
 
 _hkgname=ghc-syb-utils
 pkgname=haskell-ghc-syb-utils
-pkgver=0.2.3
-pkgrel=3
+pkgver=0.2.3.2
+pkgrel=1
 pkgdesc="Scrap Your Boilerplate utilities for the GHC API."
 url="http://github.com/nominolo/ghc-syb"
 license=("custom:BSD3")
 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=('7ef63fcfe829b621d5b947c6a4567de111976a463f2ffaf0fafc5e76776cbc67')
+sha512sums=('54d18402ed947ade1ef7c851507363c39a2f49db7b1a1a4ab99e461e69906eb13736b9519abbcf129df827c248c2eaf941e9f8a7d168127edf7b7b81e1470d32')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -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