diff options
Diffstat (limited to 'community/python-pyproj/PKGBUILD')
-rw-r--r-- | community/python-pyproj/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/python-pyproj/PKGBUILD b/community/python-pyproj/PKGBUILD index 83bdaefff..ed0fba2c4 100644 --- a/community/python-pyproj/PKGBUILD +++ b/community/python-pyproj/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 87227 2013-03-28 19:33:14Z stephane $ -# Maintainer: Stéphane Gaudreault <stephane@archlinux.org> +# $Id: PKGBUILD 97803 2013-09-29 20:15:06Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +# Contributor: Stéphane Gaudreault <stephane@archlinux.org> pkgbase=python-pyproj pkgname=('python-pyproj' 'python2-pyproj') pkgver=1.9.3 -pkgrel=1 +pkgrel=2 pkgdesc="Python interfaces to PROJ.4 library" arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/pyproj" |