summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Holfter2018-10-09 10:26:58 +0200
committerAdrian Holfter2018-10-09 10:26:58 +0200
commit1624d0107a9e75f692a9bf693c7cd7cb6c04bcee (patch)
tree58bca800da68beb518ccdad66589035026c05fe0
parentcf2d0b6d3348f1d07d5f9c401e60ab5339b889ab (diff)
downloadaur-1624d0107a9e75f692a9bf693c7cd7cb6c04bcee.tar.gz
v2.0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71b2ab477a38..0dff41e493af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 8 11:00:38 UTC 2017
+# Tue Oct 9 08:26:45 UTC 2018
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.0.6
+ pkgver = 2.0.9
pkgrel = 1
url = https://github.com/jklimke/libcitygml
arch = i686
@@ -12,8 +12,8 @@ pkgbase = libcitygml
depends = glu
depends = xerces-c
depends = gdal
- source = https://github.com/jklimke/libcitygml/archive/V2.0.6.tar.gz
- md5sums = 0951a3f383bd7448300f25286f1743a2
+ source = https://github.com/jklimke/libcitygml/archive/v2.0.9.tar.gz
+ md5sums = ed272c25c0ec81aae148ca4e4a677625
pkgname = libcitygml
diff --git a/PKGBUILD b/PKGBUILD
index 8ff6d78beb86..7946554df218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Holfter < aholfter PLUS aur AT googlemail DOT com >
pkgname=libcitygml
-pkgver=2.0.6
+pkgver=2.0.9
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')
@@ -8,8 +8,8 @@ url="https://github.com/jklimke/libcitygml"
depends=('glu' 'xerces-c' 'gdal')
makedepends=('cmake')
license=('LGPL')
-source=(https://github.com/jklimke/libcitygml/archive/V${pkgver}.tar.gz)
-md5sums=('0951a3f383bd7448300f25286f1743a2')
+source=(https://github.com/jklimke/libcitygml/archive/v${pkgver}.tar.gz)
+md5sums=('ed272c25c0ec81aae148ca4e4a677625')
build() {
cd "$srcdir/${pkgname}-${pkgver}"