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

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


    Date: Friday, September 22, 2017 @ 16:20:44
  Author: felixonmars
Revision: 259604

upgpkg: haskell-heredoc 0.2.0.0-4

Modified:
  haskell-heredoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:20:31 UTC (rev 259603)
+++ PKGBUILD	2017-09-22 16:20:44 UTC (rev 259604)
@@ -4,7 +4,7 @@
 _hkgname=heredoc
 pkgname=haskell-heredoc
 pkgver=0.2.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Multi-line string / here document using QuasiQuotes"
 url="https://hackage.haskell.org/package/heredoc"
 license=('custom:PublicDomain')
@@ -12,12 +12,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('7cb70d3aa076c8a51beafcfda8584b72')
+sha512sums=('9c0a0718266093b08243f5da5f90d6248ed64f9b1fd2b9d658555f3b000b6326a154ffe1c8f4b03f539996316df37ab869d5fd0ff2c4835463d6a3aa3d1608a9')
 
 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.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list