Date: Friday, July 7, 2017 @ 05:38:04
  Author: felixonmars
Revision: 242608

upgpkg: haskell-dlist 0.8.0.3-1

rebuild with dlist,0.8.0.3

Modified:
  haskell-dlist/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-07-07 02:04:26 UTC (rev 242607)
+++ PKGBUILD    2017-07-07 05:38:04 UTC (rev 242608)
@@ -5,8 +5,8 @@
 
 _hkgname=dlist
 pkgname=haskell-dlist
-pkgver=0.8.0.2
-pkgrel=2
+pkgver=0.8.0.3
+pkgrel=1
 pkgdesc="Differences lists"
 url="https://hackage.haskell.org/package/dlist";
 license=('BSD')
@@ -13,7 +13,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('77397ecfb9a7cbfac15226cbe09ec156a3deb6e21c7af948bc8ab459e88641b1')
+sha512sums=('8a16f1683ef0e5b51d904451661d8f767aef0bcbf71db71cfd8e2add99909b429b18da9ae41c579dcfc9d4a801f84acc65697f3d128ebdc42cdceeefb9611557')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -20,7 +20,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

Reply via email to