[arch-commits] Commit in haskell-esqueleto/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Dec 24 20:49:34 UTC 2019
Date: Tuesday, December 24, 2019 @ 20:49:34
Author: felixonmars
Revision: 540495
upgpkg: haskell-esqueleto 3.3.0-1: rebuild with esqueleto 3.3.0
Modified:
haskell-esqueleto/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-24 20:49:31 UTC (rev 540494)
+++ PKGBUILD 2019-12-24 20:49:34 UTC (rev 540495)
@@ -3,8 +3,8 @@
_hkgname=esqueleto
pkgname=haskell-esqueleto
-pkgver=3.2.3
-pkgrel=9
+pkgver=3.3.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-exceptions' 'haskell-vector') # Not enabled yet
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('521de815e70ae58e94a9b1208b9e38faeed31f4db769408a310cea05df19d10bf1ede72da71e29ec84a3c8bce185959593882cd9f739862e25480c5b9150c06c')
+sha512sums=('99c27f476c4f60fcb171a0d670864b244cb74a81e904da8de4d2b0bf4693a544009720bdbb5ebb953470dd130c514c1deba212d2ae2dfb943fd865989e1e2911')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list