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

Felix Yan felixonmars at archlinux.org
Sun Sep 13 17:37:13 UTC 2020


    Date: Sunday, September 13, 2020 @ 17:37:12
  Author: felixonmars
Revision: 705154

upgpkg: haskell-gi 0.24.1-15: rebuild with ansi-terminal 0.11

Modified:
  haskell-gi/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 16:39:38 UTC (rev 705153)
+++ PKGBUILD	2020-09-13 17:37:12 UTC (rev 705154)
@@ -4,7 +4,7 @@
 _hkgname=haskell-gi
 pkgname=haskell-gi
 pkgver=0.24.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Generate Haskell bindings for GObject Introspection capable libraries"
 url="https://github.com/haskell-gi/haskell-gi"
 license=("LGPL2")
@@ -16,6 +16,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('43682eec3694decddc91720ca618625cf4e836a3d6b0e7c5fb3edc998ac0d5f764ba7a4292a8cd92e43e8bf52b5b02aa0f9884cd4decd908540835d2d5dbd1c9')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/\^>= 0.10/>= 0.10/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list