summaryrefslogtreecommitdiff
path: root/community/glom/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/glom/PKGBUILD')
-rw-r--r--community/glom/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/glom/PKGBUILD b/community/glom/PKGBUILD
index 317810951..ec5771273 100644
--- a/community/glom/PKGBUILD
+++ b/community/glom/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 67184 2012-03-05 08:57:17Z ibiru $
+# $Id: PKGBUILD 69730 2012-04-23 09:07:06Z ibiru $
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=glom
-pkgver=1.20.4
+pkgver=1.22.0
pkgrel=1
pkgdesc="An easy-to-use database designer and user interface"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.glom.org/"
license=('GPL')
depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'gnome-doc-utils' 'python2-sphinx' 'boost')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
options=('!libtool')
install=$pkgname.install
source=(http://ftp.gnome.org/pub/GNOME/sources/glom/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('038d106313774832c56c61312bb387a54cd2ffff50e6c7e56e47bc98b8b8531b')
+sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -24,7 +24,8 @@ build() {
--with-postgres-utils=/usr/bin \
--disable-scrollkeeper \
--disable-update-mime-database \
- --disable-static
+ --disable-static \
+ PYTHON=python2
make
}