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

Felix Yan felixonmars at archlinux.org
Mon Aug 24 18:33:55 UTC 2020


    Date: Monday, August 24, 2020 @ 18:33:55
  Author: felixonmars
Revision: 687674

upgpkg: haskell-colour 2.3.5-54: rebuild with random 1.2.0

Modified:
  haskell-colour/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-24 18:32:46 UTC (rev 687673)
+++ PKGBUILD	2020-08-24 18:33:55 UTC (rev 687674)
@@ -4,7 +4,7 @@
 _hkgname=colour
 pkgname=haskell-colour
 pkgver=2.3.5
-pkgrel=53
+pkgrel=54
 pkgdesc="A model for human colour/color perception"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("MIT")
@@ -18,7 +18,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *2.14/<3/' $_hkgname.cabal
+    sed -i 's/< *2.14/<3/;s/< *1.2/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list