Date: Friday, November 23, 2018 @ 11:27:01 Author: felixonmars Revision: 409489
upgpkg: haskell-postgresql-binary 0.12.1.2-1 rebuild with postgresql-binary 0.12.1.2 Modified: haskell-postgresql-binary/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-23 11:26:50 UTC (rev 409488) +++ PKGBUILD 2018-11-23 11:27:01 UTC (rev 409489) @@ -3,8 +3,8 @@ _hkgname=postgresql-binary pkgname=haskell-postgresql-binary -pkgver=0.12.1.1 -pkgrel=60 +pkgver=0.12.1.2 +pkgrel=1 pkgdesc="Encoders and decoders for the PostgreSQL's binary format" url="https://github.com/nikita-volkov/postgresql-binary" license=("MIT") @@ -18,13 +18,8 @@ '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=('386079b1816861da9e6e57e6ff6e30d3e01865102418173fc0e69145d924114b69d1ca99134158168c354d4fdac74bbb54d591849f87ed24548ef31fe22e04d1') +sha512sums=('adb64905b689cd7422894563b0172094ee92e1e6068ddb726b87ac945a32f7e0be47b10996d436928810afe59dccb7f2d4b52dffde5903fadb588aa0ad35fc38') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/== *0.5/==0.6/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
