diff options
author | root <root@rshg054.dnsready.net> | 2012-03-18 00:02:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-18 00:02:54 +0000 |
commit | d14a25fc4f65ae3d6e62f4668e9cb88d74834255 (patch) | |
tree | 7c4f618283e9b502f0d9cfb5059ce38daa7738be /community/mezogis/PKGBUILD | |
parent | 9a940818cc3edb82afac4d73a6474e6e3374f987 (diff) |
Sun Mar 18 00:02:53 UTC 2012
Diffstat (limited to 'community/mezogis/PKGBUILD')
-rw-r--r-- | community/mezogis/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/mezogis/PKGBUILD b/community/mezogis/PKGBUILD index 988d38ae9..bed55dc27 100644 --- a/community/mezogis/PKGBUILD +++ b/community/mezogis/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 27071 2010-09-17 12:26:08Z schuay $ +# $Id: PKGBUILD 67954 2012-03-16 12:03:52Z giovanni $ +# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: William Rea <sillywilly@gmail.com> pkgname=mezogis pkgver=0.1.5 -pkgrel=4 +pkgrel=5 pkgdesc="A GIS application to query and analyse spatial data" arch=('i686' 'x86_64') url="http://www.mezogis.org" license=('GPL') -depends=('pygtk' 'python-geotypes' 'postgis>=1.4') -source=(http://www.mezogis.org/files/mezogis-$pkgver.tar.gz) +depends=('pygtk' 'python-geotypes' 'postgis') +source=("http://www.mezogis.org/files/mezogis-$pkgver.tar.gz") md5sums=('1f886b849109a1a1bd3e165353b82368') -build() { +package() { cd $srcdir/mezogis-$pkgver # python2 fix |