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

Felix Yan felixonmars at archlinux.org
Wed Aug 26 22:47:24 UTC 2020


    Date: Wednesday, August 26, 2020 @ 22:47:23
  Author: felixonmars
Revision: 689136

upgpkg: haskell-yesod-core 1.6.18-84: rebuild with random 1.2.0

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-26 20:48:13 UTC (rev 689135)
+++ PKGBUILD	2020-08-26 22:47:23 UTC (rev 689136)
@@ -4,7 +4,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.6.18
-pkgrel=83
+pkgrel=84
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/"
 license=("MIT")
@@ -23,7 +23,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
+    sed -i '/semigroups/d;s/< *1.2/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list