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

Sergej Pupykin spupykin at archlinux.org
Tue Dec 16 14:53:04 UTC 2014


    Date: Tuesday, December 16, 2014 @ 15:53:04
  Author: spupykin
Revision: 123983

upgpkg: haskell-cairo 0.13.0.5-1

upd

Modified:
  haskell-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-16 14:52:58 UTC (rev 123982)
+++ PKGBUILD	2014-12-16 14:53:04 UTC (rev 123983)
@@ -2,14 +2,14 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=haskell-cairo
-pkgver=0.12.5.3
-pkgrel=3
+pkgver=0.13.0.5
+pkgrel=1
 pkgdesc="Binding to the cairo library for Gtk2Hs."
 url="http://hackage.haskell.org/package/cairo"
 license=('LGPL2.1')
 arch=('i686' 'x86_64')
 # deps adjusted to specific versions in package()
-depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string')
+depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
 makedepends=("gtk2hs-buildtools")
 options=('strip' 'staticlibs')
 conflicts=('gtk2hs-cairo')
@@ -17,7 +17,7 @@
 replaces=('gtk2hs-cairo')
 install=gtk2hs-cairo.install
 source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
-md5sums=('bdc6368237da089034d59fea24ca2c5b')
+md5sums=('4ebcd0b1ac14404fb15b1aa5067301e6')
 
 build() {
     cd ${srcdir}/cairo-$pkgver



More information about the arch-commits mailing list