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

Felix Yan felixonmars at archlinux.org
Tue May 12 09:00:30 UTC 2020


    Date: Tuesday, May 12, 2020 @ 09:00:24
  Author: felixonmars
Revision: 626582

upgpkg: haskell-hsyaml 0.2.1.0-21: rebuild with tasty 1.3

Modified:
  haskell-hsyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-12 08:58:22 UTC (rev 626581)
+++ PKGBUILD	2020-05-12 09:00:24 UTC (rev 626582)
@@ -3,7 +3,7 @@
 _hkgname=HsYAML
 pkgname=haskell-hsyaml
 pkgver=0.2.1.0
-pkgrel=20
+pkgrel=21
 pkgdesc="Pure Haskell YAML 1.2 processor"
 url="https://github.com/hvr/HsYAML"
 license=('GPL')
@@ -15,7 +15,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/== 2.13.\*//;s/< *4.14/<5/' $_hkgname.cabal
+    sed -i 's/== 2.13.\*//;s/< *4.14/<5/;s/== *1.2/== 1.3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list