Date: Tuesday, June 7, 2022 @ 05:08:59 Author: felixonmars Revision: 1227216
upgpkg: haskell-hasql 1.5.0.1-1: rebuild with hasql 1.5.0.1 Modified: haskell-hasql/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-07 05:07:29 UTC (rev 1227215) +++ PKGBUILD 2022-06-07 05:08:59 UTC (rev 1227216) @@ -3,8 +3,8 @@ _hkgname=hasql pkgname=haskell-hasql -pkgver=1.5 -pkgrel=37 +pkgver=1.5.0.1 +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-rerebase') checkdepends=('postgresql' 'pifpaf') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('22d0395c754ee763d53129ba43993e7f02504edf880b2b84f2ef8d79438ec8f7541777691786859da5451fcb1cb6f73e5ecc206b0b291ed21718ef6058da21cd') +sha512sums=('f766ba5959b23462303b7ffbea6e0d94a37d2cb92d8bf181f7f476167e3ced2f8ed02ea7fdc5854f5daebd5d04275086a473d53525c1676b20bc3533a388b404') prepare() { cd $_hkgname-$pkgver
