Date: Sunday, August 23, 2020 @ 06:59:46 Author: felixonmars Revision: 686911
upgpkg: haskell-base64-bytestring 1.2.0.0-1: rebuild with base64-bytestring 1.2.0.0 Modified: haskell-base64-bytestring/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-23 06:54:37 UTC (rev 686910) +++ PKGBUILD 2020-08-23 06:59:46 UTC (rev 686911) @@ -6,8 +6,8 @@ _hkgname=base64-bytestring pkgname=haskell-base64-bytestring -pkgver=1.1.0.0 -pkgrel=11 +pkgver=1.2.0.0 +pkgrel=1 pkgdesc="Fast base64 encoding and decoding for ByteStrings" url="https://github.com/bos/base64-bytestring" license=('BSD') @@ -16,7 +16,7 @@ makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-split' 'haskell-test-framework' 'haskell-test-framework-quickcheck2' 'haskell-test-framework-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('62d52c80f8a480db376eae0260a452e51accb7126192d081a3784a0c8d598a0ceef67e6514066cf5d865c13b716a3399ad543ed474cf5d01e69638f5e9b2e2a5') +sha512sums=('e81a31f2c3438ffb0c5e71f59147af438a2e4813a6cc091d854c706eaf82e18469611f9052a5ce8e0835760adfece3cc6118ec1744061b641c9e198005958a44') build() { cd $_hkgname-$pkgver
