X-Original-To: alpine-aports@lists.alpinelinux.org Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 92C39F814A7 for ; Thu, 30 May 2019 13:08:39 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id 71EA760B9; Thu, 30 May 2019 15:08:37 +0200 (CEST) Date: Thu, 30 May 2019 15:08:37 +0200 From: Milan =?utf-8?Q?P=2E_Stani=C4=87?= To: Kelvin Nicholson Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH v2] Update proj4 from 5.2.0 to 6.0.0 with checksum Message-ID: <20190530130837.GA14434@arya.arvanta.net> References: <20190507124520.30213-1-kelvin@kelvinism.com> 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 In-Reply-To: <20190507124520.30213-1-kelvin@kelvinism.com> User-Agent: Mutt/1.12.0 (2019-05-25) Hi, this patch still doesn't work because missing 'sqlite'. I will close this (and previous) patch and try to apply your pull request from https://github.com/alpinelinux/aports/pull/7972 If you have any objection please raise it here or on alpine-devel mailing list. Thanks for working on Alpine Linux -- regards On Tue, 2019-05-07 at 22:45, Kelvin Nicholson wrote: > --- > testing/proj4/APKBUILD | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/testing/proj4/APKBUILD b/testing/proj4/APKBUILD > index e6e6240..8ab7f53 100644 > --- a/testing/proj4/APKBUILD > +++ b/testing/proj4/APKBUILD > @@ -1,6 +1,6 @@ > # Maintainer: Natanael Copa > pkgname=proj4 > -pkgver=5.2.0 > +pkgver=6.0.0 > pkgrel=0 > pkgdesc="PROJ.4 - Cartographic Projections Library" > url="https://trac.osgeo.org/proj/" > @@ -8,7 +8,7 @@ arch="all" > license="MIT" > options="" > depends="" > -makedepends="" > +makedepends="sqlite-dev" > subpackages="$pkgname-doc $pkgname-dev" > source="http://download.osgeo.org/proj/proj-$pkgver.tar.gz > " > @@ -30,4 +30,4 @@ package() { > mkdir -p $pkgdir/usr/bin > make DESTDIR="$pkgdir" install > } > -sha512sums="f773117d22309d4ee8dbedc2a7b6ba27e8cd032e1bd0af3c98f270bf7b7ab3353be0b04d91202a1f137fc45164c8e8a52712bb06281948008160d08f9f9074ba proj-5.2.0.tar.gz" > +sha512sums="bc4d2f02d697aa01099f5e973a7ca70072f51210754e4d9331ae5bfdef886a41984ce27c1ff926da14fd199005bf9cad7162ab3ea8f3f421ac8b60bc8defd8f7 proj-6.0.0.tar.gz" > -- > 2.20.1 > > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- > --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---