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

Felix Yan felixonmars at archlinux.org
Sun Sep 24 08:11:18 UTC 2017


    Date: Sunday, September 24, 2017 @ 08:11:17
  Author: felixonmars
Revision: 260344

upgpkg: haskell-th-lift 0.7.7-4

Modified:
  haskell-th-lift/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-24 08:09:41 UTC (rev 260343)
+++ PKGBUILD	2017-09-24 08:11:17 UTC (rev 260344)
@@ -4,9 +4,9 @@
 _hkgname=th-lift
 pkgname=haskell-th-lift
 pkgver=0.7.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Derive Template Haskell's Lift class for datatypes."
-url="http://github.com/ekmett/th-lift/"
+url="https://github.com/ekmett/th-lift/"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc-libs')
@@ -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 "BSD3" "${pkgdir}/usr/share/licenses/${pkgname}/BSD3"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list