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

Felix Yan fyan at archlinux.org
Sat Feb 20 15:23:55 UTC 2016


    Date: Saturday, February 20, 2016 @ 16:23:55
  Author: fyan
Revision: 162809

upgpkg: haskell-persistent-template 2.1.5-17

rebuild with cryptonite-0.12, aeson-0.11.0.0, mwc-random-0.13.4.0

Modified:
  haskell-persistent-template/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 15:22:01 UTC (rev 162808)
+++ PKGBUILD	2016-02-20 15:23:55 UTC (rev 162809)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.1.5
-pkgrel=16
+pkgrel=17
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -19,6 +19,11 @@
 install="${pkgname}.install"
 sha256sums=('d732a0e8114dae29874f3536592effc1626aea15ebef47f3355a4b426020acd1')
 
+prepare() {
+    sed -e 's/aeson                    >= 0.7       && < 0.11/aeson                    >= 0.7       \&\& < 0.12/' \
+        -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list