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

Felix Yan felixonmars at archlinux.org
Sat Jun 24 14:20:31 UTC 2017


    Date: Saturday, June 24, 2017 @ 14:20:30
  Author: felixonmars
Revision: 240767

upgpkg: haskell-entropy 0.3.8-1

rebuild with entropy,0.3.8

Modified:
  haskell-entropy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-24 14:12:54 UTC (rev 240766)
+++ PKGBUILD	2017-06-24 14:20:30 UTC (rev 240767)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel Nagy <danielnagy at gmx de>
 
 pkgname=haskell-entropy
-pkgver=0.3.7
-pkgrel=3
+pkgver=0.3.8
+pkgrel=1
 pkgdesc="A platform independent method to obtain cryptographically strong entropy"
 url="https://hackage.haskell.org/package/entropy"
 license=('custom:BSD3')
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/entropy/${pkgver}/entropy-${pkgver}.tar.gz)
-sha256sums=('1ff020eba2edbb93c4b23297470f8c11d69d0ff1e1642d17cbab9d54a24befef')
+sha512sums=('ad33a68c1f5331da68cec35f8c6bfd6ee449f95c0127e602081581c0cc68e1bf08463aebd65286229959a76cafc84c672f9a8d0ec759cad3100339b6f612d7b7')
 
 build() {
     cd "${srcdir}/entropy-${pkgver}"
@@ -18,7 +18,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