[arch-commits] Commit in python-pyproj/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Thu Dec 15 18:57:14 UTC 2016
Date: Thursday, December 15, 2016 @ 18:57:13
Author: jlichtblau
Revision: 199591
upgpkg: python-pyproj 1.9.5.1-3 - FS#51416 fix
Modified:
python-pyproj/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-15 18:16:16 UTC (rev 199590)
+++ PKGBUILD 2016-12-15 18:57:13 UTC (rev 199591)
@@ -5,7 +5,7 @@
pkgbase=python-pyproj
pkgname=('python-pyproj' 'python2-pyproj')
pkgver=1.9.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="Python interfaces to PROJ.4 library"
arch=('i686' 'x86_64')
url="http://jswhit.github.io/pyproj/"
@@ -26,7 +26,7 @@
build() {
cd "${srcdir}"
- export PROJ_DIR=/usr/share/proj
+ export PROJ_DIR=/usr
# Build python 3 module
cd pyproj-${pkgver}rel
More information about the arch-commits
mailing list