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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 16:53:44 UTC 2017


    Date: Friday, September 22, 2017 @ 16:53:43
  Author: felixonmars
Revision: 259646

upgpkg: haskell-network-info 0.2.0.8-6

Modified:
  haskell-network-info/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:53:01 UTC (rev 259645)
+++ PKGBUILD	2017-09-22 16:53:43 UTC (rev 259646)
@@ -5,20 +5,20 @@
 _hkgname=network-info
 pkgname=haskell-network-info
 pkgver=0.2.0.8
-pkgrel=5
+pkgrel=6
 pkgdesc="Access the local computer\'s basic network configuration"
-url="http://github.com/jystic/network-info"
+url="https://github.com/jystic/network-info"
 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=('ecdff121f3e154c480f363bc8660959a051790bfae5b5fe573810873cedbcd76')
+sha512sums=('3b2d23085c8c4cb1cfefc8be75dd7b0c2e144a28b8c203149a246c8b9173d1e3f6b2fdb0e6ac3d13066d0d3b219b12dc82f2e935d3b661ff4dc6d858e376f3be')
 
 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