[arch-commits] Commit in haskell-time-locale-compat/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Sep 22 06:54:02 UTC 2017


    Date: Friday, September 22, 2017 @ 06:54:01
  Author: felixonmars
Revision: 259364

upgpkg: haskell-time-locale-compat 0.1.1.3-4

Modified:
  haskell-time-locale-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 06:53:45 UTC (rev 259363)
+++ PKGBUILD	2017-09-22 06:54:01 UTC (rev 259364)
@@ -5,7 +5,7 @@
 _hkgname=time-locale-compat
 pkgname=haskell-time-locale-compat
 pkgver=0.1.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Compatibility of TimeLocale between old-locale and time-1.5"
 url="http://twitter.com/khibino/"
 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=('9144bf68b47791a2ac73f45aeadbc5910be2da9ad174909e1a10a70b4576aced')
+sha512sums=('62fd86d0b1f3707fb820a15dddc01d02fb701e942493e26927745556f19430706ae342a810942c511105cfa848f0d40e109aab471c8c0441caaf6ed4afb233a2')
 
 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-locale
@@ -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