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

Felix Yan felixonmars at archlinux.org
Mon Mar 6 14:21:49 UTC 2017


    Date: Monday, March 6, 2017 @ 14:21:48
  Author: felixonmars
Revision: 215088

upgpkg: haskell-persistent 2.6.1-1

rebuild with persistent,2.6.1

Modified:
  haskell-persistent/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-06 11:43:25 UTC (rev 215087)
+++ PKGBUILD	2017-03-06 14:21:48 UTC (rev 215088)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent
 pkgname=haskell-persistent
-pkgver=2.6
-pkgrel=31
+pkgver=2.6.1
+pkgrel=1
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -18,13 +18,8 @@
          "haskell-silently" "haskell-tagged" "haskell-text" "haskell-transformers-base"
          "haskell-unordered-containers" "haskell-vector")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('42423362de94599581d18be644ba77181e87417087b3953daec2e8512d408e3e')
+sha256sums=('c79e0f6e7b727dcae0c7c541f1d47eb8fb0b9e9c55d2478a476a4aca8e405f7e')
 
-prepare() {
-    sed -i 's/http-api-data            >= 0.2       && < 0.3/http-api-data            >= 0.2       \&\& < 0.4/' \
-        $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list