Date: Wednesday, October 5, 2022 @ 14:05:03 Author: felixonmars Revision: 1321450
upgpkg: haskell-http-api-data 0.5-1: rebuild with http-api-data 0.5 Modified: haskell-http-api-data/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-05 13:55:51 UTC (rev 1321449) +++ PKGBUILD 2022-10-05 14:05:03 UTC (rev 1321450) @@ -3,8 +3,8 @@ _hkgname=http-api-data pkgname=haskell-http-api-data -pkgver=0.4.3 -pkgrel=160 +pkgver=0.5 +pkgrel=1 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters." url="https://github.com/fizruk/http-api-data" license=("BSD") @@ -15,13 +15,8 @@ makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck' 'haskell-quickcheck-instances') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('625367d8f524eff07c69620df17c87a4365c01b9bc8bdd6bab5b8abe1b47cc429a050d63f48e50cb08fcac55aef95dfea532a5d52c87b6fa2d3e58b06aa8f4b0') +sha512sums=('b32ccce874eb27a3fb4f142dbad921ff5cba01669f8164012484796236273e40da28ef160036e4b15ad3af415c2839ad369138eb2740e8bc9dd9ba71eb90edc3') -prepare() { - cd $_hkgname-$pkgver - uusi -u attoparsec -u attoparsec-iso8601 -u base -u base-compat -u hashable -u hspec $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
