diff options
author | Adrian Holfter | 2018-10-09 10:26:58 +0200 |
---|---|---|
committer | Adrian Holfter | 2018-10-09 10:26:58 +0200 |
commit | 1624d0107a9e75f692a9bf693c7cd7cb6c04bcee (patch) | |
tree | 58bca800da68beb518ccdad66589035026c05fe0 | |
parent | cf2d0b6d3348f1d07d5f9c401e60ab5339b889ab (diff) | |
download | aur-1624d0107a9e75f692a9bf693c7cd7cb6c04bcee.tar.gz |
v2.0.9
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -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 @@ -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}" |