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

Felix Yan felixonmars at archlinux.org
Mon Jan 21 18:05:33 UTC 2019


    Date: Monday, January 21, 2019 @ 18:05:28
  Author: felixonmars
Revision: 426262

upgpkg: haskell-persistent-template 2.5.4-141

rebuild with QuickCheck 2.12.6.1, servant 0.15, servant-server 0.15, servant-swagger 1.1.7, hspec-discover 2.7.0, hspec-meta 2.6.0, hspec-core 2.7.0, hspec 2.7.0, hspec-contrib 0.5.1, http-api-data 0.4

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-21 18:03:13 UTC (rev 426261)
+++ PKGBUILD	2019-01-21 18:05:28 UTC (rev 426262)
@@ -4,7 +4,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.4
-pkgrel=140
+pkgrel=141
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent"
 license=("MIT")
@@ -18,7 +18,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/<.*1.3/<2/' $_hkgname.cabal
+    sed -i -e 's/<.*1.3/<2/' -e 's/< *0.4/<1/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list