Date: Tuesday, June 20, 2017 @ 07:54:10 Author: felixonmars Revision: 238854
upgpkg: haskell-asn1-parse 0.9.4-23 rebuild with foundation,0.0.12 Modified: haskell-asn1-parse/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 07:53:00 UTC (rev 238853) +++ PKGBUILD 2017-06-20 07:54:10 UTC (rev 238854) @@ -5,12 +5,12 @@ _hkgname=asn1-parse pkgname=haskell-asn1-parse pkgver=0.9.4 -pkgrel=22 +pkgrel=23 pkgdesc="Simple monadic parser for ASN1 stream types." url="https://github.com/vincenthz/hs-asn1" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-asn1-encoding" "haskell-asn1-types") +depends=('ghc' "haskell-asn1-encoding" "haskell-asn1-types") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('c6a328f570c69db73f8d2416f9251e8a03753f90d5d19e76cbe69509a3ceb708')
