Date: Wednesday, June 17, 2020 @ 05:39:05 Author: felixonmars Revision: 646299
upgpkg: haskell-postgresql-binary 0.12.3-1: rebuild with postgresql-binary 0.12.3 Modified: haskell-postgresql-binary/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-17 05:38:45 UTC (rev 646298) +++ PKGBUILD 2020-06-17 05:39:05 UTC (rev 646299) @@ -3,8 +3,8 @@ _hkgname=postgresql-binary pkgname=haskell-postgresql-binary -pkgver=0.12.2 -pkgrel=56 +pkgver=0.12.3 +pkgrel=1 pkgdesc="Encoders and decoders for the PostgreSQL's binary format" url="https://github.com/nikita-volkov/postgresql-binary" license=("MIT") @@ -18,7 +18,7 @@ 'haskell-json-ast' 'haskell-conversion' 'haskell-conversion-bytestring' 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 'postgresql') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f4876c89d8b19ea7e39d6e6dfe41c972de3aa072b7f6550bb8b650f6aedccd24526f8385cca770c11f8212d02c00ec07eedfa64f92c1250c90102d7743637c8b') +sha512sums=('81ab37755d6391edce60bb52e7d8aececa05ad6c8ed044e9015477257e1d91fa24d0a62df8819812ec80f8af5c1587006cecabc124684ab49d1ae041f2c0f332') prepare() { cd $_hkgname-$pkgver
