Date: Monday, January 6, 2020 @ 09:11:12 Author: felixonmars Revision: 549657
upgpkg: haskell-cipher-aes128 0.7.0.5-1: rebuild with cipher-aes128 0.7.0.5 Modified: haskell-cipher-aes128/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-06 08:07:54 UTC (rev 549656) +++ PKGBUILD 2020-01-06 09:11:12 UTC (rev 549657) @@ -2,8 +2,8 @@ _hkgname=cipher-aes128 pkgname=haskell-cipher-aes128 -pkgver=0.7.0.4 -pkgrel=7 +pkgver=0.7.0.5 +pkgrel=1 pkgdesc="AES and common modes using AES-NI when available." url="https://github.com/TomMD/cipher-aes128" license=('BSD') @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-crypto-api' 'haskell-tagged' 'haskell-cereal') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('3a33c8f4c064ece06e16174243e90ddf2103bfba991835c0312ad97706b6754d04248e9aebb40455992f7e7f71b08672a76ab89b57d31481b9a807c4b3ce127f') +sha512sums=('8479dec68d6fa35e8d615bcc8c6336459fa537f1962b7af87e63b0c38d544ed26e6d30e980f90bb3585513bd618e01330d3e008e77404dae8d2e27954d7a535a') build() { cd $_hkgname-$pkgver
