[arch-commits] Commit in haskell-hashtables/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Mar 28 16:02:51 UTC 2017


    Date: Tuesday, March 28, 2017 @ 16:02:50
  Author: felixonmars
Revision: 219736

upgpkg: haskell-hashtables 1.2.1.1-1

rebuild with hashtables,1.2.1.1

Modified:
  haskell-hashtables/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-28 15:24:33 UTC (rev 219735)
+++ PKGBUILD	2017-03-28 16:02:50 UTC (rev 219736)
@@ -4,8 +4,8 @@
 
 _hkgname=hashtables
 pkgname=haskell-hashtables
-pkgver=1.2.1.0
-pkgrel=8
+pkgver=1.2.1.1
+pkgrel=1
 pkgdesc="Mutable hash tables in the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'sh' 'haskell-hashable' 'haskell-primitive' 'haskell-vector')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('2ee6506e6bda88f6b85a343609ad90c4')
+sha512sums=('e8e22104005fe2994c4418e8465b019970330c73a5f653e5ab4bbc4c37733faabdc2a421dcada8f300185d29e5622168293f69b1991677d3e97d114c4ccc1f14')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list