Date: Friday, September 22, 2017 @ 18:40:22 Author: felixonmars Revision: 259714
upgpkg: haskell-hit 0.6.3-51 Modified: haskell-hit/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-22 18:40:11 UTC (rev 259713) +++ PKGBUILD 2017-09-22 18:40:22 UTC (rev 259714) @@ -5,9 +5,9 @@ _hkgname=hit pkgname=haskell-hit pkgver=0.6.3 -pkgrel=50 +pkgrel=51 pkgdesc="Git operations in haskell" -url="http://github.com/vincenthz/hit" +url="https://github.com/vincenthz/hit" license=("custom:BSD3") arch=('i686' 'x86_64') depends=('ghc-libs' "haskell-attoparsec" "haskell-byteable" "haskell-cryptohash" "haskell-hashable" @@ -16,12 +16,12 @@ "haskell-utf8-string" "haskell-vector" "haskell-zlib" "haskell-zlib-bindings") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('db86b3712029a4e40d1306dd6cc9ca2c9f4c77fe65a2b74106f1cbd2de26e471') +sha512sums=('82ccfeb77a439caa1792f1ae29535636764be9e6e94f75973f37a86db6627a492e57da835954384ef8468799de9f0897e20905f65dad256fe3547a4248d5fffc') 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}" --datasubdir="$pkgname" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fexecutable -f-debug @@ -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 }
