summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2022-01-20 10:35:52 +0330
committerMohammadreza Abdollahzadeh2022-01-20 10:35:52 +0330
commite51f7657fcb2b6fef25a7d3a9f2b23e77242e261 (patch)
treecdd124a45ec7dae0eb9b22b25128fccb04e3043f
parent056d7c5785f8e05be607739e668f10d57891f557 (diff)
downloadaur-seiscomp-maps.tar.gz
fix checksums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--seiscomp-maps-tmpfiles.conf4
-rw-r--r--seiscomp-maps.install2
4 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5966da02853b..a5a7a5f5131f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = seiscomp-maps
pkgdesc = SeisComP default map files.
- pkgver = 20220113
- pkgrel = 2
+ pkgver = 20220120
+ pkgrel = 1
url = https://www.seiscomp.de
install = seiscomp-maps.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 77d069429ade..d1d142022db6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=seiscomp-maps
-pkgver=20220113
-pkgrel=2
+pkgver=20220120
+pkgrel=1
pkgdesc="SeisComP default map files."
arch=('any')
url="https://www.seiscomp.de"
diff --git a/seiscomp-maps-tmpfiles.conf b/seiscomp-maps-tmpfiles.conf
index a26fe5ada904..1b3c521a43fb 100644
--- a/seiscomp-maps-tmpfiles.conf
+++ b/seiscomp-maps-tmpfiles.conf
@@ -1,2 +1,2 @@
-#Type Path Mode User Group Age Argument
-Z /opt/seiscomp/share/maps - seiscomp seiscomp - -
+#Type Path Mode User Group Age Argument
+Z /opt/seiscomp - seiscomp seiscomp - -
diff --git a/seiscomp-maps.install b/seiscomp-maps.install
index 64dbbc417caa..e32144b1ff19 100644
--- a/seiscomp-maps.install
+++ b/seiscomp-maps.install
@@ -1,9 +1,7 @@
post_install() {
setfacl -d -m g::rwX opt/seiscomp
- chmod g+s opt/seiscomp
}
post_upgrade() {
setfacl -d -m g::rwX opt/seiscomp
- chmod g+s opt/seiscomp
}