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

Felix Yan felixonmars at archlinux.org
Mon Nov 27 17:22:54 UTC 2017


    Date: Monday, November 27, 2017 @ 17:22:53
  Author: felixonmars
Revision: 270390

upgpkg: haskell-hasql-pool 0.4.3-1

rebuild with either,5 hasql,1.1.1 hasql-pool,0.4.3 hasql-transaction,0.5.2

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-27 17:22:01 UTC (rev 270389)
+++ PKGBUILD	2017-11-27 17:22:53 UTC (rev 270390)
@@ -4,8 +4,8 @@
 
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
-pkgver=0.4.1
-pkgrel=78
+pkgver=0.4.3
+pkgrel=1
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool"
 license=('MIT')
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 'haskell-resource-pool')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+sha512sums=('533e4e39379fb4c5a668b81e704d768abe333c2fb4f7951d117e4415b0cbaa2895d87edda9be93c3bb635a7c4bbe0a3682857c0b04c08ec5821e0889d213351c')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list