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

Felix Yan felixonmars at archlinux.org
Sat Aug 3 16:18:03 UTC 2019


    Date: Saturday, August 3, 2019 @ 16:18:03
  Author: felixonmars
Revision: 497171

upgpkg: haskell-hasql-transaction 0.7.2-1

rebuild with hasql 1.4, hasql-transaction 0.7.2, postgrest 6.0.0

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-03 16:17:07 UTC (rev 497170)
+++ PKGBUILD	2019-08-03 16:18:03 UTC (rev 497171)
@@ -2,8 +2,8 @@
 
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
-pkgver=0.7.1
-pkgrel=42
+pkgver=0.7.2
+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=('f27d2da378e6415eed2bc56eb586e197fed91a2ff82273e73edc85e48c89cefcb9569d8c1e6d8cf670a05440d7dbdfe563ac42f1e297b8b6cd2b8b502af356ea')
+sha512sums=('630c03f362ad641ad07bfad543eff58f81acf7cb25c3dc050b51ea6939964ac0cf5e5d8748312733863cc500817fc7eb1915119cf164ef418abb73dd3e7cbd73')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list