Date: Sunday, June 16, 2019 @ 18:12:57 Author: jlichtblau Revision: 481872
upgpkg: postgis 2.5.2-1 - new upstream release Modified: postgis/trunk/PKGBUILD postgis/trunk/postgis.changelog -------------------+ PKGBUILD | 9 +++++---- postgis.changelog | 6 ++++++ 2 files changed, 11 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-16 17:45:57 UTC (rev 481871) +++ PKGBUILD 2019-06-16 18:12:57 UTC (rev 481872) @@ -3,17 +3,18 @@ # Contributor: William Rea <[email protected]> pkgname=postgis -pkgver=2.5.1 -pkgrel=2 +pkgver=2.5.2 +pkgrel=1 pkgdesc="Adds support for geographic objects to PostgreSQL" arch=('x86_64') url="http://postgis.net/" license=('GPL') depends=('postgresql' 'gdal' 'json-c' 'proj' 'protobuf-c') +makedepends=('clang' 'llvm') changelog=$pkgname.changelog -options=('!makeflags') +# options=('!makeflags') source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz) -sha256sums=('fb137056f43aae0e9d475dc5b7934eccce466f86f5ceeb69ec8b5cea26817a91') +sha256sums=('b6cb286c5016029d984f8c440947bf9178da72e1f6f840ed639270e1c451db5e') build() { cd ${pkgname}-${pkgver} Modified: postgis.changelog =================================================================== --- postgis.changelog 2019-06-16 17:45:57 UTC (rev 481871) +++ postgis.changelog 2019-06-16 18:12:57 UTC (rev 481872) @@ -1,3 +1,9 @@ +2019-06-16 Jaroslav Lichtblau <[email protected]> + * postgis-2.5.2-1 + +2019-03-04 Jaroslav Lichtblau <[email protected]> + * postgis-2.5.1-2 - protobuf 3.7.0 rebuild + 2018-11-21 Jaroslav Lichtblau <[email protected]> * postgis-2.5.1-1
