mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
radicale: update to 3.1.5.
- remove conf file entry, because it changes filerights after updates
This commit is contained in:
parent
ee05d995bf
commit
cfc4ced65b
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'radicale'
|
# Template file for 'radicale'
|
||||||
pkgname=radicale
|
pkgname=radicale
|
||||||
version=3.1.4
|
version=3.1.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Radicale-${version}"
|
wrksrc="Radicale-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -14,11 +14,10 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://radicale.org"
|
homepage="https://radicale.org"
|
||||||
changelog="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md"
|
changelog="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=7658db3bb78ddb5934b573a875d1ef3ca6cfe932a4a15dc0c781126bea7f41c1
|
checksum=1d631d0c0efd049c05fb32876d8e4f5662df4fa91f8aa6f52a994608d9a3e12d
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/radicale/config
|
/etc/radicale/config
|
||||||
/etc/radicale/rights
|
/etc/radicale/rights
|
||||||
/etc/radicale/users
|
|
||||||
/etc/sv/radicale/log/run"
|
/etc/sv/radicale/log/run"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/radicale 755 root root
|
/etc/radicale 755 root root
|
||||||
|
@ -33,7 +32,6 @@ replaces="radicale2<3.0.6"
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall config 644 etc/radicale/
|
vinstall config 644 etc/radicale/
|
||||||
vinstall rights 640 etc/radicale/
|
vinstall rights 640 etc/radicale/
|
||||||
vinstall /dev/null 640 etc/radicale users
|
|
||||||
vinstall config 644 usr/share/examples/radicale
|
vinstall config 644 usr/share/examples/radicale
|
||||||
vinstall radicale.wsgi 644 usr/share/radicale
|
vinstall radicale.wsgi 644 usr/share/radicale
|
||||||
vsv radicale
|
vsv radicale
|
||||||
|
|
Loading…
Add table
Reference in a new issue