summaryrefslogtreecommitdiff
path: root/community/haskell-pango
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/haskell-pango
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/haskell-pango')
-rw-r--r--community/haskell-pango/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/haskell-pango/PKGBUILD b/community/haskell-pango/PKGBUILD
index 2d52b6be3..7c486d507 100644
--- a/community/haskell-pango/PKGBUILD
+++ b/community/haskell-pango/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 89311 2013-04-28 16:52:32Z td123 $
+# $Id: PKGBUILD 102063 2013-12-04 14:20:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=haskell-pango
-pkgver=0.12.4
-pkgrel=4
+pkgver=0.12.5.0
+pkgrel=1
pkgdesc="Binding to the pango library for Gtk2Hs."
url="http://hackage.haskell.org/package/pango"
license=('LGPL2.1')
@@ -14,10 +14,10 @@ makedepends=("gtk2hs-buildtools")
provides=('gtk2hs-pango')
replaces=('gtk2hs-pango')
conflicts=('gtk2hs-pango')
-options=('strip')
+options=('strip' 'staticlibs')
install=gtk2hs-pango.install
source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('e498beb2d10b45ebf08bffc2296e1195')
+md5sums=('6dca381064ad8488baa69a783b05e28b')
build() {
cd ${srcdir}/pango-${pkgver}