[arch-commits] Commit in haskell-esqueleto/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 30 02:06:02 UTC 2021
Date: Sunday, May 30, 2021 @ 02:06:02
Author: felixonmars
Revision: 950333
upgpkg: haskell-esqueleto 3.4.2.2-1
Modified:
haskell-esqueleto/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-30 02:05:52 UTC (rev 950332)
+++ PKGBUILD 2021-05-30 02:06:02 UTC (rev 950333)
@@ -3,8 +3,8 @@
_hkgname=esqueleto
pkgname=haskell-esqueleto
-pkgver=3.4.2.1
-pkgrel=2
+pkgver=3.4.2.2
+pkgrel=1
pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
url="https://github.com/bitemyapp/esqueleto"
license=("BSD")
@@ -12,15 +12,10 @@
depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-html' 'haskell-conduit'
'haskell-monad-logger' 'haskell-persistent' 'haskell-resourcet' 'haskell-tagged'
'haskell-unliftio' 'haskell-unordered-containers')
-makedepends=('ghc' 'uusi') # 'haskell-vector') # Not enabled yet
+makedepends=('ghc') # 'haskell-vector') # Not enabled yet
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('650652b977dd924bb6e1552c6a8b542830fc3146eef2a4a376b7cd1132bd45c3b47d19bd87b5728ffa88f049db9a5a2ccb358aed57e8918d9b8a79b5daa4e0c1')
+sha512sums=('69be89bdde2066fc543e309f6a2d1dc27fcb067787f53b3d14f9d72af5b7df9e425807e8730d9e0aaf97e39c7c217c88bea8c66d15d6245b81fa57be31b89597')
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u attoparsec $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list