Date: Monday, March 6, 2017 @ 02:11:42 Author: felixonmars Revision: 214969
upgpkg: haskell-asn1-encoding 0.9.5-1 rebuild with asn1-encoding,0.9.5 Modified: haskell-asn1-encoding/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-06 01:24:20 UTC (rev 214968) +++ PKGBUILD 2017-03-06 02:11:42 UTC (rev 214969) @@ -4,8 +4,8 @@ _hkgname=asn1-encoding pkgname=haskell-asn1-encoding -pkgver=0.9.4 -pkgrel=4 +pkgver=0.9.5 +pkgrel=1 pkgdesc="ASN1 data reader and writer in RAW, BER and DER forms" url="http://github.com/vincenthz/hs-asn1" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-asn1-types" "haskell-hourglass") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('a78058f7db08fbd72f2b40c72af324a4d31ea95d70b4bfa372107b980394dde8') +sha256sums=('1e863bfd363f6c3760cc80f2c0d422e17845a9f79fe006030db202ecab5aaf29') build() { cd "${srcdir}/${_hkgname}-${pkgver}"