[arch-commits] Commit in haskell-esqueleto/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 9 22:24:36 UTC 2020
Date: Monday, November 9, 2020 @ 22:24:36
Author: felixonmars
Revision: 748256
upgpkg: haskell-esqueleto 3.4.0.0-1
Modified:
haskell-esqueleto/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-09 22:22:15 UTC (rev 748255)
+++ PKGBUILD 2020-11-09 22:24:36 UTC (rev 748256)
@@ -3,8 +3,8 @@
_hkgname=esqueleto
pkgname=haskell-esqueleto
-pkgver=3.3.4.1
-pkgrel=3
+pkgver=3.4.0.0
+pkgrel=1
pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
url="https://github.com/bitemyapp/esqueleto"
license=("BSD")
@@ -14,7 +14,7 @@
'haskell-unliftio' 'haskell-unordered-containers')
makedepends=('ghc') # 'haskell-vector') # Not enabled yet
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('ced420bb318fdf6f6389c1b973cb79136df842f2cd1d36be20311618dffeb2c4828bb9662c8aae17bc50577bb9802923c799aef38ae1371130215bbe2ca4bfe7')
+sha512sums=('e54ad194825875f1ccd3692266efea08b428295ce7808547dd41f42d03e5c50cab1cd40be64ce96bcda2471bd4aaeeb180c828c2369ebd893005db3b6834dc49')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list