Date: Thursday, June 9, 2022 @ 19:56:12 Author: felixonmars Revision: 1229745
upgpkg: haskell-hasql-notifications 0.2.0.1-1: rebuild with hasql-notifications 0.2.0.1 Modified: haskell-hasql-notifications/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-09 19:22:47 UTC (rev 1229744) +++ PKGBUILD 2022-06-09 19:56:12 UTC (rev 1229745) @@ -2,23 +2,17 @@ _hkgname=hasql-notifications pkgname=haskell-hasql-notifications -pkgver=0.2.0.0 -pkgrel=130 +pkgver=0.2.0.1 +pkgrel=1 pkgdesc="LISTEN/NOTIFY support for Hasql" url="https://github.com/diogob/hasql-notifications" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-contravariant' 'haskell-hasql' 'haskell-hasql-pool' - 'haskell-postgresql-libpq') -makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 'pifpaf' 'postgresql') +depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-postgresql-libpq') +makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'pifpaf' 'postgresql') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('b133e38b7a27e66385332791bb03c4a3cf4f85994412318d08cd820577db3ffe') +sha256sums=('7b5e2eab841d7f2d07869039b8674cd119408817794e884785b30417754825a4') -prepare() { - cd $_hkgname-$pkgver - uusi -u hasql-pool $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
