summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
-rw-r--r--nominatim.tmpfiles1
3 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33f9237f5cb8..f800abaf4a3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nominatim
pkgdesc = Geocoding tool using OpenStreetmap data
pkgver = 3.4.1
- pkgrel = 5
+ pkgrel = 6
url = https://nominatim.org
install = nominatim.install
arch = x86_64
@@ -22,6 +22,7 @@ pkgbase = nominatim
optdepends = nominatim-data-wikipedia: optional auxiliary data source to help indicate the importance of OSM features
optdepends = nominatim-data-postcodes-gb: improve searches that involve a UK postcode
optdepends = nominatim-data-postcodes-us: improve searches that involve a US postcode
+ backup = usr/share/webapps/nominatim/settings/local.php
source = https://nominatim.org/release/Nominatim-3.4.1.tar.bz2
source = nominatim.install
source = nominatim.sysusers
@@ -33,7 +34,7 @@ pkgbase = nominatim
sha256sums = eea1e0e4bd0fd5c9408a734e3ad687879fbcdf670edbfa7c678daf7dc1d0fae2
sha256sums = 0be6ea5234b8622854e6147aa22afd7adfe15546ee1b514acde1654f44e75148
sha256sums = 7db2c5ff31954c02421fadd06b6758e181a7028f5ac73b16f3abdcb4caef6879
- sha256sums = 1999cb2bb75046a4ea1b326082a4c1cf5de54f12ed36b1d22540c842c7c30b9d
+ sha256sums = 2d80c05d0c4c68f2961c035b96bf81f9972e761bda91173483697e0f08be6536
sha256sums = 8dd94ea1a88156bc55dc41e4f4df878df4f28c23c31bfda36c89470e2f5997d0
sha256sums = 1bf1328abbc9b7453800d3e408ae14ea22d0d4ba9dc6d49b21a0e3121a6fbd49
sha256sums = a1f3c804b2066501554c2e3af0dff3b9b16a3f89117b7e4c5e45e9c858747f74
diff --git a/PKGBUILD b/PKGBUILD
index f01f3cbe4fd9..aeb0684d78bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="Geocoding tool using OpenStreetmap data"
url="https://nominatim.org"
pkgver=3.4.1
-pkgrel=5
+pkgrel=6
arch=("x86_64")
license=("GPL2")
@@ -57,13 +57,17 @@ sha256sums=(
"eea1e0e4bd0fd5c9408a734e3ad687879fbcdf670edbfa7c678daf7dc1d0fae2"
"0be6ea5234b8622854e6147aa22afd7adfe15546ee1b514acde1654f44e75148"
"7db2c5ff31954c02421fadd06b6758e181a7028f5ac73b16f3abdcb4caef6879"
- "1999cb2bb75046a4ea1b326082a4c1cf5de54f12ed36b1d22540c842c7c30b9d"
+ "2d80c05d0c4c68f2961c035b96bf81f9972e761bda91173483697e0f08be6536"
"8dd94ea1a88156bc55dc41e4f4df878df4f28c23c31bfda36c89470e2f5997d0"
"1bf1328abbc9b7453800d3e408ae14ea22d0d4ba9dc6d49b21a0e3121a6fbd49"
"a1f3c804b2066501554c2e3af0dff3b9b16a3f89117b7e4c5e45e9c858747f74"
"26c0cf16dd4fe2ce597a9495f5161d78a9f1f5276d8c3cf60b26b40b56caf8f1"
)
+
install="${pkgname}.install"
+backup=(
+ "usr/share/webapps/${pkgname}/settings/local.php"
+)
prepare() {
mkdir -p "${srcdir}/build"
diff --git a/nominatim.tmpfiles b/nominatim.tmpfiles
index ac5bf7a6cde4..b8c5ffeeb96d 100644
--- a/nominatim.tmpfiles
+++ b/nominatim.tmpfiles
@@ -1 +1,2 @@
d /var/lib/nominatim 755 nominatim nominatim
+d /usr/share/nominatim 755 nominatim nominatim