[arch-commits] Commit in shapelib/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Wed Jun 19 07:35:15 UTC 2019
Date: Wednesday, June 19, 2019 @ 07:35:15
Author: bgyorgy
Revision: 482311
upgpkg: shapelib 1.5.0-2
Remove proj dependency, it's no longer used
Modified:
shapelib/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-19 07:04:03 UTC (rev 482310)
+++ PKGBUILD 2019-06-19 07:35:15 UTC (rev 482311)
@@ -4,12 +4,12 @@
pkgname=shapelib
pkgver=1.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Simple C API for reading and writing ESRI Shapefiles'
arch=('x86_64')
url='http://shapelib.maptools.org/'
license=('LGPL')
-depends=('gcc-libs' 'proj')
+depends=('gcc-libs')
source=(http://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.gz)
sha256sums=('1fc0a480982caef9e7b9423070b47750ba34cd0ba82668f2e638fab1d07adae1')
More information about the arch-commits
mailing list