Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / postgis
Commits: ccdf5bc8 by Antonio Rojas at 2023-08-30T08:52:06+02:00 upgpkg: 3.4.0-1: Update to 3.4.0 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: William Rea <[email protected]> pkgname=postgis -pkgver=3.3.3 +pkgver=3.4.0 pkgrel=1 pkgdesc="A spatial database extender for PostgreSQL" arch=(x86_64) @@ -12,11 +12,11 @@ url="https://postgis.net/" license=(GPL) depends=(postgresql gdal geos json-c libxml2 proj protobuf-c pcre2) optdepends=('perl: for contrib script postgis_restore.pl') -makedepends=(clang llvm) +makedepends=(clang15 llvm15) changelog=$pkgname.changelog source=(https://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz) -sha256sums=('74eb356e3f85f14233791013360881b6748f78081cc688ff9d6f0f673a762d13') -b2sums=('d5390e3e0713b2f74db0c6d7f953681b49611937442f89cd316b43315257db0e0734b6cd23b750a88d9fe503c5348c98578e12cfe6fd8a382fc7817d641e89cf') +sha256sums=('aee9b60a6c884d354164b3096c4657f324454186607f859d1ce05d899798af9d') +b2sums=('a7ae007edb12a796f58b24ec8f72264e154900335a2da8c9358dcf0455a4ff183bb77036f45a77aa3533913ab2a802a4995ce17913ef355c52e5c1d8132c04a6') prepare() { cd ${pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postgis/-/commit/ccdf5bc8dc57b1371b774b20ab9bc107ebb03cdc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/postgis/-/commit/ccdf5bc8dc57b1371b774b20ab9bc107ebb03cdc You're receiving this email because of your account on gitlab.archlinux.org.
