diff options
Diffstat (limited to 'community/haskell-pango/PKGBUILD')
-rw-r--r-- | community/haskell-pango/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/haskell-pango/PKGBUILD b/community/haskell-pango/PKGBUILD index ff6d0017b..bf74c6d06 100644 --- a/community/haskell-pango/PKGBUILD +++ b/community/haskell-pango/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 67062 2012-03-03 16:10:53Z tdziedzic $ +# $Id: PKGBUILD 67607 2012-03-13 14:08:52Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=haskell-pango -pkgver=0.12.2 -pkgrel=2 +pkgver=0.12.3 +pkgrel=1 pkgdesc="Binding to the pango library for Gtk2Hs." url="http://hackage.haskell.org/package/pango" license=('LGPL2.1') @@ -16,7 +16,7 @@ conflicts=('gtk2hs-pango') options=('strip') source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz) install=gtk2hs-pango.install -md5sums=('301efd2d2348698ce8d586ee14c36e2b') +md5sums=('1ef3132cb569703d5b1bc262c9d86fe3') build() { cd ${srcdir}/pango-${pkgver} |