Date: Wednesday, June 17, 2020 @ 17:09:40 Author: felixonmars Revision: 646390
upgpkg: haskell-hasql 1.4.4-1: rebuild with hasql 1.4.4 Modified: haskell-hasql/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-17 17:07:32 UTC (rev 646389) +++ PKGBUILD 2020-06-17 17:09:40 UTC (rev 646390) @@ -3,8 +3,8 @@ _hkgname=hasql pkgname=haskell-hasql -pkgver=1.4.3 -pkgrel=8 +pkgver=1.4.4 +pkgrel=1 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API" url="https://github.com/nikita-volkov/hasql" license=('MIT') @@ -17,7 +17,7 @@ 'haskell-quickcheck-instances' 'haskell-quickcheck' 'haskell-rebase' 'haskell-rerebase') checkdepends=('postgresql' 'pifpaf') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('55a8a5c4dd25d17d64ad41ced523f0ae1b30dbbfb758b92efcfbc969f67127e4307c906387d28830389071b3c03a0246a58f332c13687931d12fde60790a4dfd') +sha512sums=('6d182166ffabec1bc1d80475969e6875f2062ae92f3238c65bd7c098ba3a741d43d0a196a048472470377aad02441160e527a72ae7b3e42d219e101048f195cb') prepare() { cd $_hkgname-$pkgver
