X-Original-To: alpine-aports@lists.alpinelinux.org Received: from kolab.intevation.de (kolab.intevation.de [212.95.107.133]) by lists.alpinelinux.org (Postfix) with ESMTP id 1B1245C4E0F for ; Fri, 24 Nov 2017 21:40:54 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id 1DA3862813 for ; Fri, 24 Nov 2017 22:40:54 +0100 (CET) X-Virus-Scanned: by amavisd-new at intevation.de Received: from kolab.intevation.de ([127.0.0.1]) by localhost (kolab.intevation.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GgXILRvVORDP for ; Fri, 24 Nov 2017 22:40:53 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by kolab.intevation.de (Postfix) with ESMTP id 0EB97627EF for ; Fri, 24 Nov 2017 22:40:53 +0100 (CET) Received: from intevation.de (x4db6370a.dyn.telefonica.de [77.182.55.10]) (Authenticated sender: bjoern.schilberg@intevation.de) by kolab.intevation.de (Postfix) with ESMTPSA id B682562766 for ; Fri, 24 Nov 2017 22:40:52 +0100 (CET) Date: Fri, 24 Nov 2017 22:40:49 +0100 From: Bjoern Schilberg To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/gdal: upgrade to 2.2.3 Message-ID: <20171124214048.khiwvyx6kdhjleff@intevation.de> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170609 (1.8.3) --- testing/gdal/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/gdal/APKBUILD b/testing/gdal/APKBUILD index b8a4c7ad92..cb0aacedde 100644 --- a/testing/gdal/APKBUILD +++ b/testing/gdal/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Trevor R.H. Clarke # Maintainer: Trevor R.H. Clarke pkgname=gdal -pkgver=2.1.3 -pkgrel=2 +pkgver=2.2.3 +pkgrel=1 pkgdesc="A translator library for raster and vector geospatial data formats" url="http://gdal.org" arch="all" license="MIT" depends="" depends_dev="gdal" -makedepends="giflib-dev jpeg-dev libjpeg-turbo-dev libpng-dev tiff-dev zlib-dev swig python2-dev curl-dev" +makedepends="giflib-dev jpeg-dev libjpeg-turbo-dev libpng-dev tiff-dev zlib-dev swig python2-dev curl-dev linux-headers" subpackages="$pkgname-dev py-$pkgname:py" source="http://download.osgeo.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" @@ -42,4 +42,4 @@ py() { install -d "$subpkgdir"/usr/bin install -m755 scripts/*.py "$subpkgdir"/usr/bin/ } -sha512sums="3903f7480f0fbfd3022e11b0d2a13702a45a074b225d9b78202202dc427e850ee1238c0d970e6b25ae2b79acaf0f76fc04435767b5c88a609c96b03095b92678 gdal-2.1.3.tar.xz" +sha512sums="205c1723e2c5d7c1c5b6bb0a92e880db80eae5944da8f00705e7acc58a664474f7d3eb6e2783a1cd6eef7c6b43c76f94c75d109f43805438e8f0560b2f4843cf gdal-2.2.3.tar.xz" -- 2.13.5 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---