Date: Monday, January 24, 2022 @ 00:34:37 Author: felixonmars Revision: 1114115
upgpkg: haskell-hopenpgp 2.9.7-1: rebuild with hOpenPGP 2.9.7 Modified: haskell-hopenpgp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-24 00:29:47 UTC (rev 1114114) +++ PKGBUILD 2022-01-24 00:34:37 UTC (rev 1114115) @@ -2,8 +2,8 @@ _hkgname=hOpenPGP pkgname=haskell-hopenpgp -pkgver=2.9.6 -pkgrel=17 +pkgver=2.9.7 +pkgrel=1 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)" url="http://floss.scru.org/hOpenPGP/" license=('MIT') @@ -20,7 +20,7 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('c9a833e9d56fa0d1ab87be54e3a7b23f4bb93f737ff74d4f99356fcd14ef54afea7db58d3a4b1fd4b382a23ab9153f95ceb4397f03a5c32e4e71355a9e46541c') +sha512sums=('c8589b9bbbc8e211594946a1cad81bda51375f388f7252fab8d87c64ae2cc62e3fb038b405329fee8e7887335b17cf0f82014dc31c60ca1cf34c808d4f0e9b26') build() { cd $_hkgname-$pkgver
