Date: Tuesday, February 18, 2020 @ 17:52:50 Author: felixonmars Revision: 576032
upgpkg: haskell-hopenpgp 2.9.3-1: rebuild with hOpenPGP 2.9.3 Modified: haskell-hopenpgp/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-18 17:49:26 UTC (rev 576031) +++ PKGBUILD 2020-02-18 17:52:50 UTC (rev 576032) @@ -2,14 +2,14 @@ _hkgname=hOpenPGP pkgname=haskell-hopenpgp -pkgver=2.9.2 -pkgrel=20 +pkgver=2.9.3 +pkgrel=1 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)" url="http://floss.scru.org/hOpenPGP/" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 'haskell-attoparsec' - 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bzlib' 'haskell-binary-conduit' + 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 'haskell-memory' @@ -19,7 +19,7 @@ 'haskell-wl-pprint-extras' 'haskell-zlib') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('e02722155f3cc634fb8f21b03037c623c8577f2b091cb553d352a84d38d8bb221594b0cc38d6ac1e9a14decc664ecc81eed37ecbb6623386424daf35810aa661') +sha512sums=('41dddc396ca1341c874f1494c7db9e80328d8d04459c96e45dee1b6bfc7f2e1d10eb87caf440d230e56f3114e6f2691f6e9bded46029d530e353665f0515c07d') prepare() { cd $_hkgname-$pkgver
