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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 16:52:23 UTC 2017


    Date: Friday, September 22, 2017 @ 16:52:22
  Author: felixonmars
Revision: 259644

upgpkg: haskell-clientsession 0.9.1.2-26

Modified:
  haskell-clientsession/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:52:08 UTC (rev 259643)
+++ PKGBUILD	2017-09-22 16:52:22 UTC (rev 259644)
@@ -5,9 +5,9 @@
 _hkgname=clientsession
 pkgname=haskell-clientsession
 pkgver=0.9.1.2
-pkgrel=25
+pkgrel=26
 pkgdesc="Securely store session data in a client-side cookie."
-url="http://github.com/yesodweb/clientsession/tree/master"
+url="https://github.com/yesodweb/clientsession/tree/master"
 license=("MIT")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-base64-bytestring" "haskell-cereal"
@@ -16,12 +16,12 @@
          "haskell-skein" "haskell-tagged")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('5915adc4de26d2a8b03f1a445bac0b0f5d10a5b0380a4eed71b79a20a727d068')
+sha512sums=('27b44924843363f86b7c27aec1a73e8d74fcf42075cbe45ded4f26d690eb086bac0a4091e66bbdcb431c090aed0ddb64384ca6c555b8ba4c7372f1c42117587a')
 
 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-test
@@ -40,7 +40,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