[arch-commits] Commit in haskell-hasql-pool/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 26 13:44:27 UTC 2018
Date: Sunday, August 26, 2018 @ 13:44:27
Author: felixonmars
Revision: 374245
upgpkg: haskell-hasql-pool 0.5-1
rebuild with hasql 1.3.0.3, hasql-pool 0.5, hasql-transaction 0.7, postgrest 0.5.0.0
Modified:
haskell-hasql-pool/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-26 13:44:13 UTC (rev 374244)
+++ PKGBUILD 2018-08-26 13:44:27 UTC (rev 374245)
@@ -4,8 +4,8 @@
_hkgname=hasql-pool
pkgname=haskell-hasql-pool
-pkgver=0.4.3
-pkgrel=112
+pkgver=0.5
+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")
-sha512sums=('533e4e39379fb4c5a668b81e704d768abe333c2fb4f7951d117e4415b0cbaa2895d87edda9be93c3bb635a7c4bbe0a3682857c0b04c08ec5821e0889d213351c')
+sha512sums=('346ef1e40ce71597bc533be5affa4d4e75048a9f0d19e0d3347ba2c528f60d413f2a494dcee80b9911ce6759cf1a221e3132f760ff6ba72dd77ba49652cab2e6')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list