Date: Monday, June 13, 2016 @ 09:41:45 Author: fyan Revision: 179824 upgpkg: haskell-tagsoup 0.14-1
rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14 Modified: haskell-tagsoup/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-13 07:36:10 UTC (rev 179823) +++ PKGBUILD 2016-06-13 07:41:45 UTC (rev 179824) @@ -4,8 +4,8 @@ _hkgname=tagsoup pkgname=haskell-tagsoup -pkgver=0.13.10 -pkgrel=2 +pkgver=0.14 +pkgrel=1 pkgdesc="Parsing and extracting information from (possibly malformed) HTML/XML documents" url="http://community.haskell.org/~ndm/tagsoup/" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-text") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('ac838eeed18118423220716855c2bfd71dcc4a7a455893d8c4ad627828f57d58') +sha256sums=('90822d8bb9d3a40d070a1f282fb2f7f6beec13f01f958f716de9d005e2e9ea1e') build() { cd "${srcdir}/${_hkgname}-${pkgver}" @@ -20,7 +20,7 @@ runhaskell Setup configure -O --enable-library-profiling --enable-shared \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --libsubdir=\$compiler/site-local/\$pkgid \ - -f-download -f-testprog + -f-testprog runhaskell Setup build runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script
