Date: Tuesday, October 22, 2019 @ 13:04:39 Author: felixonmars Revision: 518275
upgpkg: haskell-asn1-encoding 0.9.6-1 rebuild with asn1-encoding 0.9.6 Modified: haskell-asn1-encoding/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-22 12:18:55 UTC (rev 518274) +++ PKGBUILD 2019-10-22 13:04:39 UTC (rev 518275) @@ -3,8 +3,8 @@ _hkgname=asn1-encoding pkgname=haskell-asn1-encoding -pkgver=0.9.5 -pkgrel=103 +pkgver=0.9.6 +pkgrel=1 pkgdesc="ASN1 data reader and writer in RAW, BER and DER forms" url="https://github.com/vincenthz/hs-asn1" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs' "haskell-asn1-types" "haskell-hourglass") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f7dd952be1378d1d1eae590ae714c3d9973ae04f2b497f1758479689d3fa05e2bc67362e1f4cc934976614c11357be8b7a0ecf94591760acdf55ac4e8290fa21') +sha512sums=('e31362881ebec21be5dab1c46284ea6e2571dd87f5c730690787303363a01712945ba85969c39bb2e2d76f9bcefce5d3bad247564e4b6959008804346f65fc9c') build() { cd $_hkgname-$pkgver
