~alpine/aports

Update proj4 from 5.2.0 to 6.0.0 with checksum v2 PROPOSED

Kelvin Nicholson: 1
 Update proj4 from 5.2.0 to 6.0.0 with checksum

 1 files changed, 3 insertions(+), 3 deletions(-)
Hi Milan - no objections. I only noticed sqlite was needed because of the PR on GitHub. That’s the one to take.

Thank you and all the other maintainers for supporting such a useful distro.

Kelvin

—

Kelvin Nicholson
Ph: +61 4 2499 0842
GPG Keyid: 289090AC
LinkedIn: http://www.linkedin.com/in/kelvinism
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/677/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH v2] Update proj4 from 5.2.0 to 6.0.0 with checksum Export this patch

---
 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 <ncopa@alpinelinux.org>
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
---

Milan P. Stanić <mps@arvanta.net>
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: