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

Felix Yan felixonmars at archlinux.org
Sun Oct 6 11:32:07 UTC 2019


    Date: Sunday, October 6, 2019 @ 11:32:05
  Author: felixonmars
Revision: 513212

upgpkg: haskell-gtk 0.15.1-31

rebuild with happy 1.19.12

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-06 11:29:12 UTC (rev 513211)
+++ PKGBUILD	2019-10-06 11:32:05 UTC (rev 513212)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-gtk
 pkgver=0.15.1
-pkgrel=30
+pkgrel=31
 pkgdesc="Binding to the gtk library for Gtk2Hs."
 url="https://hackage.haskell.org/package/gtk3"
 license=('LGPL2.1')
@@ -15,6 +15,11 @@
 source=("https://hackage.haskell.org/packages/archive/gtk3/${pkgver}/gtk3-${pkgver}.tar.gz")
 sha512sums=('98e825865c65fc49d573144328b40b397e7491dcfc8e7bc8b128f2665d60b670a54255c4170fc7ada3f8891c54418a5d852fd5cb74be48068eb8f862b80aa201')
 
+prepare() {
+    cd gtk3-$pkgver
+    sed -i 's/-U__BLOCKS__/-U__BLOCKS__ -D__attribute__(A)=/' gtk3.cabal
+}
+
 build() {
     cd "${srcdir}/gtk3-${pkgver}"
 



More information about the arch-commits mailing list