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

Sergej Pupykin spupykin at archlinux.org
Mon Apr 6 10:16:23 UTC 2015


    Date: Monday, April 6, 2015 @ 12:16:23
  Author: spupykin
Revision: 130816

upgpkg: haskell-pango 0.13.1.0-1

upd

Modified:
  haskell-pango/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-06 10:08:20 UTC (rev 130815)
+++ PKGBUILD	2015-04-06 10:16:23 UTC (rev 130816)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=haskell-pango
-pkgver=0.13.0.5
-pkgrel=3
+pkgver=0.13.1.0
+pkgrel=1
 pkgdesc="Binding to the pango library for Gtk2Hs."
 url="http://hackage.haskell.org/package/pango"
 license=('LGPL2.1')
@@ -17,13 +17,8 @@
 options=('strip' 'staticlibs')
 install=gtk2hs-pango.install
 source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('603f56b967ea25cd904aa2b5588ba68a')
+md5sums=('14ef94d811e8b32ce9626c5b289bd438')
 
-prepare() {
-  cd ${srcdir}/pango-${pkgver}
-  sed -i 's|die |System.Exit.die |' SetupWrapper.hs
-}
-
 build() {
   cd ${srcdir}/pango-${pkgver}
   runhaskell Setup configure -O -p --enable-split-objs --enable-shared \



More information about the arch-commits mailing list