From 6a7b1214296cac814896ce4a1ee6e41b2a536982 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Wed, 11 Dec 2019 23:00:18 -0800 Subject: [PATCH] radicale2: improve INSTALL.msg Radicale 2.x users should normally not need to migrate data. --- srcpkgs/radicale2/INSTALL.msg | 16 ++++------------ srcpkgs/radicale2/template | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/srcpkgs/radicale2/INSTALL.msg b/srcpkgs/radicale2/INSTALL.msg index c3155e8c73c..a1752ab1d4c 100644 --- a/srcpkgs/radicale2/INSTALL.msg +++ b/srcpkgs/radicale2/INSTALL.msg @@ -1,12 +1,4 @@ -If you want to switch from 1.x.x, there are couple steps: - -- Disabling the radicale 1.x service -- (Optionally) backing up the radicale 1.x collections in /var/lib/radicale -- Moving the old collections to a location that will not conflict with radicale 2.x -- Exporting the radicale 1.x collections in the 2.x format to /var/lib/radicale - (--export-storage path/to/empty/folder) -- Installing radicale 2.x (removing radicale 1.x) -- Enabling the radicale 2.x service -- (Optionally) removing the radicale 1.x collections once radicale 2.x service is confirmed to work - -More info at http://radicale.org/1to2/ \ No newline at end of file +You are installing the 2.x version of radicale. +If you need to migrate data, use the radicale 1.x package. +For more information, refer to the official radicale migration guide: + diff --git a/srcpkgs/radicale2/template b/srcpkgs/radicale2/template index e1d4cd83d0d..82c255e33df 100644 --- a/srcpkgs/radicale2/template +++ b/srcpkgs/radicale2/template @@ -1,7 +1,7 @@ # Template file for 'radicale2' pkgname=radicale2 version=2.1.11 -revision=1 +revision=2 archs=noarch wrksrc="Radicale-${version}" build_style=python3-module