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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 17:55:06 UTC 2017


    Date: Saturday, September 23, 2017 @ 17:55:05
  Author: felixonmars
Revision: 260305

upgpkg: haskell-network-multicast 0.2.0-5

Modified:
  haskell-network-multicast/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 17:54:43 UTC (rev 260304)
+++ PKGBUILD	2017-09-23 17:55:05 UTC (rev 260305)
@@ -5,7 +5,7 @@
 _hkgname=network-multicast
 pkgname=haskell-network-multicast
 pkgver=0.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Simple multicast library"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:PublicDomain")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-network")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('0f3b50abc3a401c20cc6a0ec51a49d2a48e5b467d9fbd63b7cf803165fe975f2')
+sha512sums=('121b42abeb2be9dd254f3ec54f2303c2eda50cf2ae232c354ddcdae87d36fe535cf8d70ee2a87fb782a8114ec55587122075270b08a69418a9f9b0827f692626')
 
 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