* update geos to 3.9.1-1

This commit is contained in:
Alexander Baldeck 2021-05-06 10:37:40 +02:00
parent 97cd7446f0
commit 12d2f86e5b
2 changed files with 6 additions and 3 deletions

View File

@ -5,17 +5,17 @@
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=geos
pkgver=3.8.1
pkgver=3.9.1
pkgrel=1
pkgdesc="C++ port of the Java Topology Suite"
arch=( x86_64 powerpc64le powerpc )
arch=(x86_64 powerpc64le powerpc)
url="https://trac.osgeo.org/geos/"
license=('LGPL')
depends=('gcc-libs' 'bash')
options=('!emptydirs')
changelog=$pkgname.changelog
source=(https://download.osgeo.org/$pkgname/$pkgname-$pkgver.tar.bz2)
sha256sums=('4258af4308deb9dbb5047379026b4cd9838513627cb943a44e16c40e42ae17f7')
sha256sums=('7e630507dcac9dc07565d249a26f06a15c9f5b0c52dd29129a0e3d381d7e382a')
build() {
cd "${srcdir}"/$pkgname-$pkgver

View File

@ -1,3 +1,6 @@
2021-04-05 Jaroslav Lichtblau <svetlemodry@archlinux.org>
* geos 3.9.1-1
2020-08-22 Jaroslav Lichtblau <svetlemodry@archlinux.org>
* geos 3.8.1-1