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

Felix Yan felixonmars at archlinux.org
Wed Oct 28 17:27:58 UTC 2020


    Date: Wednesday, October 28, 2020 @ 17:27:57
  Author: felixonmars
Revision: 735545

upgpkg: haskell-ci 0.10.3-29: rebuild with optparse-applicative 0.16.0.0, optparse-generic 1.4.3, turtle 1.5.21

Modified:
  haskell-ci/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-28 16:05:12 UTC (rev 735544)
+++ PKGBUILD	2020-10-28 17:27:57 UTC (rev 735545)
@@ -3,7 +3,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.10.3
-pkgrel=28
+pkgrel=29
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/"
 license=("GPL")
@@ -18,6 +18,8 @@
 
 prepare(){
   uusi $_hkgname-$pkgver/$_hkgname.cabal
+  # Bug in uusi
+  sed -i 's/\^>= *0.15/>= 0.15/' $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list