[arch-commits] Commit in haskell-pango/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Oct 6 11:24:42 UTC 2019
Date: Sunday, October 6, 2019 @ 11:24:42
Author: felixonmars
Revision: 513208
upgpkg: haskell-pango 0.13.6.0-30
rebuild with happy 1.19.12
Modified:
haskell-pango/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-06 11:23:50 UTC (rev 513207)
+++ PKGBUILD 2019-10-06 11:24:42 UTC (rev 513208)
@@ -3,7 +3,7 @@
_hkgname=pango
pkgname=haskell-pango
pkgver=0.13.6.0
-pkgrel=29
+pkgrel=30
pkgdesc="Binding to the pango library for Gtk2Hs."
url="https://hackage.haskell.org/package/pango"
license=('LGPL2.1')
@@ -16,6 +16,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('03a3e133499d202e6d6b1471db287ef1f0f8933b6112e367ce20450d171e8713ffe0caea46ba60fc7ead6c47548cd8bcaf1fe39bb2423099f1c2980484864a8d')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/-U__BLOCKS__/-U__BLOCKS__ -D__attribute__(A)=/' pango.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list