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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 17:28:40 UTC 2017


    Date: Friday, September 22, 2017 @ 17:28:39
  Author: felixonmars
Revision: 259654

upgpkg: haskell-ed25519 0.0.5.0-5

Modified:
  haskell-ed25519/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 17:26:03 UTC (rev 259653)
+++ PKGBUILD	2017-09-22 17:28:39 UTC (rev 259654)
@@ -5,7 +5,7 @@
 _hkgname=ed25519
 pkgname=haskell-ed25519
 pkgver=0.0.5.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Ed25519 cryptographic signatures"
 url="http://thoughtpolice.github.com/hs-ed25519"
 license=("MIT")
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('d8a5958ebfa9309790efade64275dc5c441b568645c45ceed1b0c6ff36d6156d')
+sha512sums=('cd2bb28de905c6d659f80f15e82970a9634c959432c73b6fd3b10ebca42a1ce734429e7ac861d0ab328904d99651a6d2fcaaf4d74ab75a3c0be68607e8f54ce9')
 
 prepare() {
     sed -i 's/ghc-prim    >= 0.1 && < 0.5,/ghc-prim    >= 0.1,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
@@ -22,7 +22,7 @@
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-test-properties -f-test-hlint -f-test-doctests -fno-donna
@@ -41,7 +41,4 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list