Date: Thursday, July 7, 2022 @ 16:56:36 Author: felixonmars Revision: 1248217
upgpkg: haskell-configurator-pg 0.2.6-1: rebuild with configurator-pg 0.2.6 Modified: haskell-configurator-pg/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 16:52:59 UTC (rev 1248216) +++ PKGBUILD 2022-07-07 16:56:36 UTC (rev 1248217) @@ -3,22 +3,17 @@ _hkgname=configurator-pg pkgname=haskell-configurator-pg -pkgver=0.2.5 -pkgrel=132 +pkgver=0.2.6 +pkgrel=1 pkgdesc="Reduced parser for configurator-ng config files" url="https://github.com/robx/configurator-pg" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-megaparsec' 'haskell-protolude' 'haskell-scientific') -makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit') +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=('ff22e1d20f609660d6dc91802fe3bd8ffa849e292b86a8c65ba9005b76d1b4cb795be6f6e4a8246467547ba6428cad087aad211d6c0e3fff2b3b1955ce7ea552') +sha512sums=('6bc4db234397eb5ba196bd122bc17cbb688cb20e2223090e58f0004095d7def941f80be5e15426e9a255e4a6b44d9ad8175837f22532b72f52dd673c5ce7e8f0') -prepare() { - cd $_hkgname-$pkgver - uusi -u base -u megaparsec $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
