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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 15:01:32 UTC 2017


    Date: Saturday, September 23, 2017 @ 15:01:31
  Author: felixonmars
Revision: 259974

upgpkg: haskell-unicode-show 0.1.0.2-4

Modified:
  haskell-unicode-show/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 15:01:10 UTC (rev 259973)
+++ PKGBUILD	2017-09-23 15:01:31 UTC (rev 259974)
@@ -5,20 +5,20 @@
 _hkgname=unicode-show
 pkgname=haskell-unicode-show
 pkgver=0.1.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Print and show in unicode"
-url="http://github.com/nushio3/unicode-show#readme"
+url="https://github.com/nushio3/unicode-show#readme"
 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=('7ee394879b345ee397aef87ca058628cd79d59cbfc1cec81aeda7fea65f53943')
+sha512sums=('7f28de349c9511298ca049674c33daaa65d6a9920a34c2fa164c1543f96e93f0d7a5b011ebb07dbd42be1aed44047ed877d1c3f35345e6bc31c6778a2ac0f49a')
 
 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
     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