Date: Saturday, March 3, 2018 @ 11:02:34 Author: felixonmars Revision: 301856
upgpkg: haskell-x509-store 1.6.6-1 rebuild with x509-store,1.6.6 Modified: haskell-x509-store/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-03 11:00:48 UTC (rev 301855) +++ PKGBUILD 2018-03-03 11:02:34 UTC (rev 301856) @@ -4,8 +4,8 @@ _hkgname=x509-store pkgname=haskell-x509-store -pkgver=1.6.5 -pkgrel=29 +pkgver=1.6.6 +pkgrel=1 pkgdesc="X.509 collection accessing and storing methods" url="https://github.com/vincenthz/hs-certificate" license=("custom:BSD3") @@ -14,7 +14,7 @@ "haskell-pem" "haskell-x509") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('17666f697941dbb4b0ab1a14ba8394de6734d88bbab282868ec484d1932be34dc272021968c77d7a9368e033b8406b332489bdfe6839eff6bb6784a0f01eeb27') +sha512sums=('131a9467f5c473a338d1423b6222a0235a88245b85b99f96215144ed0c2ac429d7519c6db912286d911813c03a49c1a3b0045c16cf06c8d9a7b1ab625ca25aee') build() { cd "${srcdir}/${_hkgname}-${pkgver}"