Date: Tuesday, June 20, 2017 @ 07:52:34 Author: felixonmars Revision: 238852
upgpkg: haskell-asn1-encoding 0.9.5-12 rebuild with foundation,0.0.12 Modified: haskell-asn1-encoding/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-20 07:51:16 UTC (rev 238851) +++ PKGBUILD 2017-06-20 07:52:34 UTC (rev 238852) @@ -5,12 +5,12 @@ _hkgname=asn1-encoding pkgname=haskell-asn1-encoding pkgver=0.9.5 -pkgrel=11 +pkgrel=12 pkgdesc="ASN1 data reader and writer in RAW, BER and DER forms" url="http://github.com/vincenthz/hs-asn1" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc" "haskell-asn1-types" "haskell-hourglass") +depends=('ghc' "haskell-asn1-types" "haskell-hourglass") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('1e863bfd363f6c3760cc80f2c0d422e17845a9f79fe006030db202ecab5aaf29')
