Date: Friday, November 15, 2019 @ 18:17:25 Author: felixonmars Revision: 529281
upgpkg: haskell-asn1-parse 0.9.5-1 rebuild with asn1-parse 0.9.5 Modified: haskell-asn1-parse/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-15 18:14:28 UTC (rev 529280) +++ PKGBUILD 2019-11-15 18:17:25 UTC (rev 529281) @@ -3,8 +3,8 @@ _hkgname=asn1-parse pkgname=haskell-asn1-parse -pkgver=0.9.4 -pkgrel=115 +pkgver=0.9.5 +pkgrel=1 pkgdesc="Simple monadic parser for ASN1 stream types." url="https://github.com/vincenthz/hs-asn1" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-types") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('10579753addf0580d33f2d7d8571bedb3b4ff3d485891dd7db8b75ae09550cbd42ee9d00a452263810079eeb77ec630687b193a6d4b538bfdb683b92c9e64637') +sha512sums=('d352422479a4bb31a6c7ea02fc3da701d1417bb37a9f029636f6e2646530e4bd8a8de65e192b2beaa5b0b115487c45f42252acf05f58e5f513dea4c81be59a7f') build() { cd $_hkgname-$pkgver
