[arch-commits] Commit in haskell-hasql-transaction/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Mar 19 10:49:14 UTC 2020
Date: Thursday, March 19, 2020 @ 10:49:13
Author: felixonmars
Revision: 600778
upgpkg: haskell-hasql-transaction 1.0.0.1-1: rebuild with hasql-transaction 1.0.0.1
Modified:
haskell-hasql-transaction/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-19 10:47:29 UTC (rev 600777)
+++ PKGBUILD 2020-03-19 10:49:13 UTC (rev 600778)
@@ -2,8 +2,8 @@
_hkgname=hasql-transaction
pkgname=haskell-hasql-transaction
-pkgver=0.7.2
-pkgrel=67
+pkgver=1.0.0.1
+pkgrel=1
pkgdesc="A composable abstraction over the retryable transactions for Hasql"
url="https://github.com/nikita-volkov/hasql-transaction"
license=('MIT')
@@ -13,7 +13,7 @@
makedepends=('ghc' 'haskell-async' 'haskell-rebase')
checkdepends=('postgresql' 'pifpaf')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('630c03f362ad641ad07bfad543eff58f81acf7cb25c3dc050b51ea6939964ac0cf5e5d8748312733863cc500817fc7eb1915119cf164ef418abb73dd3e7cbd73')
+sha512sums=('fe02484c8ae0f6a6b64f399a2061138f9a9390cb19693df9592fb58c07c7330f819b1181f973b4e6bf6b800d57ecb80dc901900e5d3ad1eb4c801bb3cf2f45c5')
prepare() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list