hashworks pushed to branch main at Arch Linux / Packaging / Packages / nominatim
Commits:
92708e8c by Justin Kromlinger at 2024-03-07T16:29:11+01:00
upgpkg: 4.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
pkgbase = nominatim
pkgdesc = Geocoding tool using OpenStreetmap data
- pkgver = 4.3.2
+ pkgver = 4.4.0
pkgrel = 1
url = https://nominatim.org
install = nominatim.install
arch = any
- license = GPL2
+ license = GPL-2.0-only
makedepends = clang
makedepends = cmake
makedepends = git
@@ -46,7 +46,7 @@ pkgbase = nominatim
optdepends = nominatim-data-postcodes-gb: improve searches that involve
a UK postcode
optdepends = nominatim-data-postcodes-us: improve searches that involve
a US postcode
optdepends = nominatim-data-tiger: improves searches that involve US
house numbers
- source =
nominatim-4.3.2.tar.gz::https://github.com/osm-search/Nominatim/archive/refs/tags/v4.3.2.tar.gz
+ source =
nominatim-4.4.0.tar.gz::https://github.com/osm-search/Nominatim/archive/refs/tags/v4.4.0.tar.gz
source = https://nominatim.org/data/country_grid.sql.gz
source = nominatim.sysusers
source = nominatim.tmpfiles
@@ -61,7 +61,7 @@ pkgbase = nominatim
source = php-fpm.conf
source = 0001-Fix-configuration-to-point-to-installed-files.patch
source = 0002-Set-default-project-directory-to-package-provided-di.patch
- sha256sums =
3e05e57bdbeed519e3ffe3716ddb86b86413eec4296bb4f69580825fdcc17eb5
+ sha256sums =
f957873be67d1130699fcb74e2e4aaab786d24611476f50a229cbf0d1b04eb7c
sha256sums =
fe66393aaf561749255cebf4c61d13a8425e326b8ce50409d88c4035165de049
sha256sums =
7f71b5217cbe0713fa5f8baa138348c9cd49f42c2b6025c059076042e0c04c6d
sha256sums =
964e7d8bde044dee0b69002959bcdd5d469f83d85f166ddd5fb178954bc84999
=====================================
PKGBUILD
=====================================
@@ -9,11 +9,11 @@ pkgname="nominatim"
pkgdesc="Geocoding tool using OpenStreetmap data"
url="https://nominatim.org"
-pkgver=4.3.2
+pkgver=4.4.0
pkgrel=1
arch=("any")
-license=("GPL2")
+license=("GPL-2.0-only")
makedepends=(
"clang"
@@ -84,7 +84,7 @@ source=(
"0001-Fix-configuration-to-point-to-installed-files.patch"
"0002-Set-default-project-directory-to-package-provided-di.patch"
)
-sha256sums=('3e05e57bdbeed519e3ffe3716ddb86b86413eec4296bb4f69580825fdcc17eb5'
+sha256sums=('f957873be67d1130699fcb74e2e4aaab786d24611476f50a229cbf0d1b04eb7c'
'fe66393aaf561749255cebf4c61d13a8425e326b8ce50409d88c4035165de049'
'7f71b5217cbe0713fa5f8baa138348c9cd49f42c2b6025c059076042e0c04c6d'
'964e7d8bde044dee0b69002959bcdd5d469f83d85f166ddd5fb178954bc84999'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nominatim/-/commit/92708e8c406f7679d04f9c8d7620c20587c9aecd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nominatim/-/commit/92708e8c406f7679d04f9c8d7620c20587c9aecd
You're receiving this email because of your account on gitlab.archlinux.org.