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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 14:55:33 UTC 2017


    Date: Friday, September 22, 2017 @ 14:55:31
  Author: felixonmars
Revision: 259526

upgpkg: haskell-byteable 0.1.1-6

Modified:
  haskell-byteable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 14:54:09 UTC (rev 259525)
+++ PKGBUILD	2017-09-22 14:55:31 UTC (rev 259526)
@@ -5,20 +5,20 @@
 _hkgname=byteable
 pkgname=haskell-byteable
 pkgver=0.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Type class for sequence of bytes"
-url="http://github.com/vincenthz/hs-byteable"
+url="https://github.com/vincenthz/hs-byteable"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2')
+sha512sums=('f2e6225390be9f35ee6a4ce981aaa8c2683f1627a8401386b1abb7fff5fe1474ae0fa07e71a0c83694d7a18ca793943fe36b844d868c3e9c3387ce1a7b2bf54c')
 
 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}" --datasubdir="$pkgname" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
@@ -36,7 +36,4 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list