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

Felix Yan felixonmars at archlinux.org
Sun May 20 13:15:06 UTC 2018


    Date: Sunday, May 20, 2018 @ 13:15:05
  Author: felixonmars
Revision: 325274

upgpkg: haskell-esqueleto 2.5.3.20180402-1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-20 13:14:57 UTC (rev 325273)
+++ PKGBUILD	2018-05-20 13:15:05 UTC (rev 325274)
@@ -4,19 +4,24 @@
 
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
-pkgver=2.5.3
-pkgrel=102
+pkgver=2.5.3.20180402
+_commit=b81e0d951e510ebffca03c5a58658ad884cc6fbd
+pkgrel=1
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-blaze-html" "haskell-conduit" "haskell-monad-logger"
-         "haskell-persistent" "haskell-resourcet" "haskell-tagged" "haskell-text"
-         "haskell-unordered-containers")
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-conduit' 'haskell-monad-logger'
+         'haskell-persistent' 'haskell-resourcet' 'haskell-tagged' 'haskell-unliftio'
+         'haskell-unordered-containers')
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a990cdf7bd3b216b603bacf2eed57b11138bc2348046a88289eafa352d1c9878d1e48e8c5809ad486d0c8297656fae01803ba7e8da0c669a0353b01838d2865a')
+source=("$pkgname-$_commit.tar.gz::https://github.com/bitemyapp/esqueleto/archive/$_commit.tar.gz")
+sha512sums=('27e1c7c3dc8598a4b57fa9c30f9121d4858653e64ad1a92fc3d82c487374fe4cc48246924890812198d58c25a3d3f9110a35c0ef27d9040ea15e4559c1c3355f')
 
+prepare() {
+    mv $_hkgname-{$_commit,$pkgver}
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list