summaryrefslogtreecommitdiff
path: root/community/haskell-cairo/PKGBUILD
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-cairo/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/haskell-cairo/PKGBUILD')
-rw-r--r--community/haskell-cairo/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/haskell-cairo/PKGBUILD b/community/haskell-cairo/PKGBUILD
index 751d2ee54..7fb276bb9 100644
--- a/community/haskell-cairo/PKGBUILD
+++ b/community/haskell-cairo/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 92370 2013-06-04 12:29:46Z spupykin $
+# $Id: PKGBUILD 102055 2013-12-04 14:19:06Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=haskell-cairo
-pkgver=0.12.4
-pkgrel=5
+pkgver=0.12.5.0
+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')
+depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string')
makedepends=("gtk2hs-buildtools")
-options=('strip')
+options=('strip' 'staticlibs')
conflicts=('gtk2hs-cairo')
provides=('gtk2hs-cairo')
replaces=('gtk2hs-cairo')
install=gtk2hs-cairo.install
source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
-md5sums=('b9d7e8de6ba4db680c222958622d6ee6')
+md5sums=('234b2a5f1e30844838aeb8adb28f0bf3')
build() {
cd ${srcdir}/cairo-$pkgver
@@ -34,7 +34,7 @@ build() {
package() {
_ghcver=`pacman -Q ghc | cut -f2 -d\ | cut -f1 -d-`
_hmtlver=`pacman -Q haskell-mtl | cut -f2 -d\ | cut -f1 -d-`
- depends=("ghc=${_ghcver}" "cairo" "haskell-mtl=${_hmtlver}")
+ depends=("ghc=${_ghcver}" "cairo" "haskell-mtl=${_hmtlver}" 'haskell-utf8-string')
cd ${srcdir}/cairo-${pkgver}
install -D -m744 register.sh ${pkgdir}/usr/share/haskell/gtk2hs-cairo/register.sh