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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 16:51:30 UTC 2017


    Date: Friday, September 22, 2017 @ 16:51:29
  Author: felixonmars
Revision: 259642

upgpkg: haskell-th-orphans 0.13.4-4

Modified:
  haskell-th-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:51:18 UTC (rev 259641)
+++ PKGBUILD	2017-09-22 16:51:29 UTC (rev 259642)
@@ -4,9 +4,9 @@
 _hkgname=th-orphans
 pkgname=haskell-th-orphans
 pkgver=0.13.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Orphan instances for TH datatypes"
-url="http://github.com/ekmett/th-orphans/"
+url="https://github.com/ekmett/th-orphans/"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc-libs' 'haskell-mtl' 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-reify-many')
@@ -17,7 +17,7 @@
 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
@@ -35,7 +35,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