[arch-commits] Commit in haskell-hasql-transaction/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 26 13:47:46 UTC 2018
Date: Sunday, August 26, 2018 @ 13:47:45
Author: felixonmars
Revision: 374251
upgpkg: haskell-hasql-transaction 0.7-1
rebuild with hasql 1.3.0.3, hasql-pool 0.5, hasql-transaction 0.7, postgrest 0.5.0.0
Modified:
haskell-hasql-transaction/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-26 13:47:25 UTC (rev 374250)
+++ PKGBUILD 2018-08-26 13:47:45 UTC (rev 374251)
@@ -3,8 +3,8 @@
_hkgname=hasql-transaction
pkgname=haskell-hasql-transaction
-pkgver=0.5.2
-pkgrel=115
+pkgver=0.7
+pkgrel=1
pkgdesc="A composable abstraction over the retryable transactions for Hasql"
url="https://github.com/nikita-volkov/hasql-transaction"
license=('MIT')
@@ -14,7 +14,7 @@
makedepends=('ghc' 'haskell-async' 'haskell-rebase')
checkdepends=('postgresql' 'pifpaf')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('be3478b6c62894b517d91b7cbd515ca4fdc750a0dde087bba73ca7e3426e733ca444937136765e526130ce74d112154d444a379f5e5771ec596c404ca19737e2')
+sha512sums=('adfbb25a1c94785137e9e0d8d8b2d4a36492d7d4cf305e45c5f15da9e369897cc7d404edcaee898b80de509fccde081627e105fa8e7915ff616d13d909c092d4')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list