Date: Saturday, September 23, 2017 @ 14:49:30 Author: felixonmars Revision: 259952
upgpkg: haskell-wai-websockets 3.0.1.1-32 Modified: haskell-wai-websockets/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-23 14:49:17 UTC (rev 259951) +++ PKGBUILD 2017-09-23 14:49:30 UTC (rev 259952) @@ -5,9 +5,9 @@ _hkgname=wai-websockets pkgname=haskell-wai-websockets pkgver=3.0.1.1 -pkgrel=31 +pkgrel=32 pkgdesc="Provide a bridge between WAI and the websockets package." -url="http://github.com/yesodweb/wai" +url="https://github.com/yesodweb/wai" license=("MIT") arch=('i686' 'x86_64') depends=('ghc-libs' "haskell-blaze-builder" "haskell-case-insensitive" "haskell-http-types" @@ -14,12 +14,12 @@ "haskell-network" "haskell-wai" "haskell-websockets") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('6abeafea574d9e8f4d41de091afec4594489877aa8717f97e91af5543fd38a31') +sha512sums=('0948084dfe99ab95b4be71a94211069009b9c12d7fa4bdda1a28f9f8f7a14244d0248fcdf6090dc9b6e916ee135d28bc44adc1361224659259c761e9eed5417f') 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-example @@ -38,7 +38,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 }
