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

Felix Yan felixonmars at archlinux.org
Sun Mar 19 14:21:49 UTC 2017


    Date: Sunday, March 19, 2017 @ 14:21:48
  Author: felixonmars
Revision: 217238

upgpkg: haskell-unordered-containers 0.2.8.0-1

rebuild with unordered-containers,0.2.8.0

Modified:
  haskell-unordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-19 11:47:35 UTC (rev 217237)
+++ PKGBUILD	2017-03-19 14:21:48 UTC (rev 217238)
@@ -7,8 +7,8 @@
 
 _hkgname=unordered-containers
 pkgname=haskell-unordered-containers
-pkgver=0.2.7.2
-pkgrel=2
+pkgver=0.2.8.0
+pkgrel=1
 pkgdesc="Efficient hashing-based container types"
 url="https://github.com/tibbe/unordered-containers"
 license=("custom:BSD3")
@@ -15,7 +15,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-hashable")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('7f5c4344fcab01f6046378c64522f0dfd69e417f6c1a8858a24bdabaadb3e56e')
+sha256sums=('a4a188359ff28640359131061953f7dbb8258da8ecf0542db0d23f08bfa6eea8')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list