Date: Monday, March 9, 2020 @ 11:25:25 Author: felixonmars Revision: 593020
upgpkg: haskell-configurator-pg 0.1.0.4-1: rebuild with configurator-pg 0.1.0.4 Modified: haskell-configurator-pg/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-09 11:24:57 UTC (rev 593019) +++ PKGBUILD 2020-03-09 11:25:25 UTC (rev 593020) @@ -3,8 +3,8 @@ _hkgname=configurator-pg pkgname=haskell-configurator-pg -pkgver=0.1.0.3 -pkgrel=22 +pkgver=0.1.0.4 +pkgrel=1 pkgdesc="Reduced parser for configurator-ng config files" url="https://github.com/robx/configurator-pg" license=("BSD") @@ -12,13 +12,8 @@ depends=('ghc-libs' "haskell-attoparsec" "haskell-protolude" "haskell-scientific") makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('07f79367517c3ebd69cc907710ef8d3cfc687305d44389283df9ffdabe5e0de5790edce8a04f25b2e0f7a6a6a4ab63d113aa01bbbcfe03c93899232a2f4a876b') +sha512sums=('ea6db661958e2ca65820524873f63ef278adcf0fc30ab8eaa9309bab3264bfdb7277f1a566d5de84639a8e491aea82b803980956123aa18734d3e439d67cfb82') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *4.13/<5/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
