[arch-commits] Commit in haskell-generics-sop/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 22 15:13:38 UTC 2017


    Date: Thursday, June 22, 2017 @ 15:13:37
  Author: felixonmars
Revision: 239584

upgpkg: haskell-generics-sop 0.3.1.0-1

rebuild with generics-sop,0.3.1.0

Modified:
  haskell-generics-sop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-22 15:12:28 UTC (rev 239583)
+++ PKGBUILD	2017-06-22 15:13:37 UTC (rev 239584)
@@ -4,15 +4,15 @@
 
 _hkgname=generics-sop
 pkgname=haskell-generics-sop
-pkgver=0.2.5.0
-pkgrel=2
+pkgver=0.3.1.0
+pkgrel=1
 pkgdesc="Generic Programming using True Sums of Products"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc")
+depends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('233ad827d36257868229e3419463d105ae4f3bf1898af1269d0853de8d455bf03538d2d11023c0f700d61c480399d0f7cbeddfd593f4761af9a63f5e1faf6ee1')
+sha512sums=('01c0495dd3efe495e22b0cf14ca823cd734a770156ab25557b78df97fe10891019d3c2216462efe9a0efdd28d67a9b73ad8a94104b2f87fdb3a2774711ac444e')
 
 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