Date: Sunday, August 23, 2020 @ 16:27:34 Author: felixonmars Revision: 687128
upgpkg: haskell-aws 0.22-102: rebuild with base64-bytestring 1.2.0.0 Modified: haskell-aws/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-23 16:20:33 UTC (rev 687127) +++ PKGBUILD 2020-08-23 16:27:34 UTC (rev 687128) @@ -4,7 +4,7 @@ _hkgname=aws pkgname=haskell-aws pkgver=0.22 -pkgrel=101 +pkgrel=102 pkgdesc="Amazon Web Services (AWS) for Haskell" url="https://github.com/aristidb/aws" license=("BSD") @@ -25,7 +25,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/== *1.0/== 1.1/;s/< *0.7/<1/' $_hkgname.cabal + sed -i 's/== *1.0/== 1.2/;s/< *0.7/<1/' $_hkgname.cabal } build() {
