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

Felix Yan felixonmars at archlinux.org
Mon Mar 6 16:42:23 UTC 2017


    Date: Monday, March 6, 2017 @ 16:42:22
  Author: felixonmars
Revision: 215127

upgpkg: haskell-persistent-template 2.5.2-1

rebuild with persistent-template,2.5.2

Modified:
  haskell-persistent-template/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-06 16:15:12 UTC (rev 215126)
+++ PKGBUILD	2017-03-06 16:42:22 UTC (rev 215127)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
-pkgver=2.5.1.6
-pkgrel=33
+pkgver=2.5.2
+pkgrel=1
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -15,14 +15,8 @@
          "haskell-persistent" "haskell-tagged" "haskell-text"
          "haskell-unordered-containers")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f88a8735173ba197f8d698a9c1fd5c649234fd60efe493f401432926a55e7b44')
+sha256sums=('de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011')
 
-prepare() {
-    sed -e 's/http-api-data            >= 0.2       && < 0.3/http-api-data            >= 0.2       \&\& < 0.4/' \
-        -e 's/aeson                    >= 0.7       && < 0.12/aeson                    >= 0.7       \&\& < 1.1/' \
-        -i $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list