summaryrefslogtreecommitdiff
path: root/extra/mx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mx/PKGBUILD')
-rw-r--r--extra/mx/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/mx/PKGBUILD b/extra/mx/PKGBUILD
index 9d695d258..98ada155d 100644
--- a/extra/mx/PKGBUILD
+++ b/extra/mx/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 116756 2011-03-25 20:20:57Z ibiru $
+# $Id: PKGBUILD 139399 2011-10-01 19:00:28Z ibiru $
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Guenther Wutz <admin@wutzara.de>
pkgname=mx
-pkgver=1.0.4
-pkgrel=1
+pkgver=1.3.1
+pkgrel=2
pkgdesc="A widget toolkit using Clutter"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.clutter-project.org"
license=('LGPL')
depends=('clutter' 'libxrandr' 'dbus-glib' 'gtk2' 'startup-notification')
-makedepends=('intltool' 'gobject-introspection')
+makedepends=('intltool' 'gobject-introspection' 'gtk-doc')
options=('!libtool')
-source=("http://source.clutter-project.org/sources/$pkgname/1.0/$pkgname-$pkgver.tar.bz2")
-sha256sums=('b0ed87865eff2280b0aad43d30ca68c829fd20f9fcc5ba961d16b9f8d1a784e2')
+source=("http://source.clutter-project.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('4fab2d721252afe041165b909c503cca80e426aeeeb9f46676365ec25bb51cfa')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"