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

Felix Yan felixonmars at archlinux.org
Sat Jan 26 08:55:32 UTC 2019


    Date: Saturday, January 26, 2019 @ 08:55:31
  Author: felixonmars
Revision: 427953

upgpkg: haskell-esqueleto 2.6.0-1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-26 08:53:38 UTC (rev 427952)
+++ PKGBUILD	2019-01-26 08:55:31 UTC (rev 427953)
@@ -3,9 +3,8 @@
 
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
-pkgver=2.5.3.20180402
-_commit=b81e0d951e510ebffca03c5a58658ad884cc6fbd
-pkgrel=114
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto"
 license=("BSD")
@@ -14,13 +13,9 @@
          'haskell-persistent' 'haskell-resourcet' 'haskell-tagged' 'haskell-unliftio'
          'haskell-unordered-containers')
 makedepends=('ghc')
-source=("$pkgname-$_commit.tar.gz::https://github.com/bitemyapp/esqueleto/archive/$_commit.tar.gz")
-sha512sums=('27e1c7c3dc8598a4b57fa9c30f9121d4858653e64ad1a92fc3d82c487374fe4cc48246924890812198d58c25a3d3f9110a35c0ef27d9040ea15e4559c1c3355f')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('b1b50b91c14e7fc72077a1575b4b1df538d6da6b4cf4a34d13b8b94b4ad62d9049c97cc15d272547580e255a62a8a7c70725ee35d23aa69474c7a2224b06b5b8')
 
-prepare() {
-    mv $_hkgname-{$_commit,$pkgver}
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list