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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 17:10:56 UTC 2017


    Date: Saturday, September 23, 2017 @ 17:10:56
  Author: felixonmars
Revision: 260212

upgpkg: haskell-base-unicode-symbols 0.2.2.4-5

Modified:
  haskell-base-unicode-symbols/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 17:10:40 UTC (rev 260211)
+++ PKGBUILD	2017-09-23 17:10:56 UTC (rev 260212)
@@ -5,7 +5,7 @@
 _hkgname=base-unicode-symbols
 pkgname=haskell-base-unicode-symbols
 pkgver=0.2.2.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Unicode alternatives for common functions and operators"
 url="http://haskell.org/haskellwiki/Unicode-symbols"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('a2f841430fec32edba778b74bde83bf0170ada7c5e2e59d7187c8f06d92dcca9')
+sha512sums=('8dcdafa1075ccea8f188b880b90430b7e86270f68fcca47bbee7fa7e695bc90765566e09a0f032103d8cf2a265069e80288f56714190c9e68470141e469a994d')
 
 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-old-base
@@ -37,7 +37,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