summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Holfter2019-09-30 19:25:48 +0200
committerAdrian Holfter2019-09-30 19:25:48 +0200
commitecac46e96e5393cb002dabc5af31e613d4def980 (patch)
tree0b176bac0be83f7672633d15aae1145b6867b2f3
parente0b0658c8becd5ab6d573bf740e8172e50af40e0 (diff)
downloadaur-ecac46e96e5393cb002dabc5af31e613d4def980.tar.gz
2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c41233a3698..a597abd845ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcitygml
pkgdesc = libcitygml is a small and easy to use open source C++ library for parsing CityGML files in such a way that data can be easily exploited by 3D rendering applications.
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/jklimke/libcitygml
arch = i686
@@ -10,8 +10,8 @@ pkgbase = libcitygml
depends = glu
depends = xerces-c
depends = gdal
- source = https://github.com/jklimke/libcitygml/archive/2.1.0.tar.gz
- md5sums = 6d0d1b2b4b15dd7853331c5fc5b809b3
+ source = https://github.com/jklimke/libcitygml/archive/2.2.0.tar.gz
+ md5sums = e2783fcd2a9388c70f5c66f8562518c0
pkgname = libcitygml
diff --git a/PKGBUILD b/PKGBUILD
index b471d1366615..a041dd9b9324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Holfter < aholfter PLUS aur AT googlemail DOT com >
pkgname=libcitygml
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="libcitygml is a small and easy to use open source C++ library for parsing CityGML files in such a way that data can be easily exploited by 3D rendering applications."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ depends=('glu' 'xerces-c' 'gdal')
makedepends=('cmake')
license=('LGPL')
source=(https://github.com/jklimke/libcitygml/archive/${pkgver}.tar.gz)
-md5sums=('6d0d1b2b4b15dd7853331c5fc5b809b3')
+md5sums=('e2783fcd2a9388c70f5c66f8562518c0')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
cmake -DCMAKE_INSTALL_PREFIX=/usr .