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

Felix Yan felixonmars at archlinux.org
Sat May 19 07:39:58 UTC 2018


    Date: Saturday, May 19, 2018 @ 07:39:57
  Author: felixonmars
Revision: 324437

upgpkg: haskell-persistent-template 2.5.4-24

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 07:30:57 UTC (rev 324436)
+++ PKGBUILD	2018-05-19 07:39:57 UTC (rev 324437)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.4
-pkgrel=23
+pkgrel=24
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -17,6 +17,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('1235fc32718fbde495f1c8e202ee59b56ebc68fd7fbc79e65ddbe5db542f36f4d13257a6281d074d18e66831582cc4a9f32010c43c4421480fc857c0eee4b3e2')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*1.3/<2/' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list