Package Details: davical 1.1.11-1

Git Clone URL: https://aur.archlinux.org/davical.git (read-only, click to copy)
Package Base: davical
Description: A server for calendar sharing
Upstream URL: https://gitlab.com/davical-project/davical
Licenses: GPL, LGPL
Submitter: mseiwald
Maintainer: Elrondo46
Last Packager: Elrondo46
Votes: 15
Popularity: 0.000000
First Submitted: 2010-12-04 18:45 (UTC)
Last Updated: 2023-02-12 21:28 (UTC)

Dependencies (13)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 5 Next › Last »

laurent_waro commented on 2021-08-07 02:59 (UTC) (edited on 2021-08-07 03:14 (UTC) by laurent_waro)

Hi everyone, I installed DAViCal on archlinux. I change the default port 80 to 5232 for apache tilo listen and configure my virtualhost to accept connection at this new port. I can access to the web administration site but I can't create a new user. At the page : http://localhost:5232/admin.php?action=edit&t=principal it show me :

Exception [0] array_flip(): Argument #1 ($array) must be of type array, null given at line 243 of /usr/share/webapps/davical/inc/ui/principal-edit.php ================= Stack Trace =================== /usr/share/webapps/davical/htdocs/admin.php[28] include_once() /usr/share/webapps/davical/inc/ui/principal-edit.php[1157] principal_editor() /usr/share/webapps/davical/inc/ui/principal-edit.php[243] array_flip()

Someone can help me?

Thank you!

Elrondo46 commented on 2021-08-02 16:12 (UTC)

Three thanks for you elklin in git history :)

elklin commented on 2021-08-01 09:11 (UTC)

I'm having the same problem with the gitlab url not working. This patch fixes it for me:

diff --git a/PKGBUILD b/PKGBUILD
index 0151b12..db834f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,10 +21,10 @@ optdepends=('postgresql: run postgresql locally'
             'php-ldap: PHP module for ldap support')
 backup=("etc/webapps/davical/localhost-conf.php")
 install="$pkgname.install"
-source=("${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/davical-project/${pkgname}/repository/archive.tar.bz2?ref=r${pkgver}"
+source=("${pkgname}-${pkgver}.tar.bz2::https://gitlab.com/davical-project/${pkgname}/-/archive/r${pkgver}/${pkgname}-r${pkgver}.tar.bz2"
         httpd-davical.conf
         README.archlinux)
-sha512sums=('82ffeb1e6158c6d4eada2eacf9c5bbab8c84a94e52aa34ceb610057b8a8bdfe255dcceb29257b460b4458f25a98f8f67ae011711eff28537fafe387a1ef24b1d'
+sha512sums=('e39333fdb3ded3baaeda6430325009d0c9237ce6e0b63adfba6754c1816d3b458ab6bb4ec8896f3de08e61ddbf4930e455297e365408bbb39c766efa688bc0f8'
             'b4466049d9ba116cdbe3951a7a4cf004a423b59f197f78765151c656cf4f16f30a2bcc302bd643be0548818a67611654f95deb95113fa7f581394af78cb17109'
             'd7ffe40a87e4752f1cd148bcc0a39285d81d9a717357207a114c1fc8384431ac07e673c84fd152865d47a1291b2c00dfd95237a973f3b6069a97ba5d0940ca84')

@@ -35,7 +35,7 @@ _etcdir="etc/webapps/davical"
 prepare() {
     cd "${srcdir}"
     # rename source dir
-    mv ${pkgname}-r${pkgver}-* "${pkgname}-${pkgver}"
+    mv "${pkgname}-r${pkgver}" "${pkgname}-${pkgver}"
     # strip debian build files from source dir
     rm -rf "${srcdir}/${pkgname}-${pkgver}/debian"
     # enable pdo_sqlite php extension for apigen
-- 
2.32.0

micwoj92 commented on 2021-05-01 02:21 (UTC)

I'm having the same issue as tchernomax

tchernomax commented on 2021-04-25 21:29 (UTC)

@Elrondo46 url https://gitlab.com/davical-project/davical/repository/archive.tar.bz2?ref=r1.1.10 seems to have problems.

# wget 'https://gitlab.com/davical-project/davical/repository/archive.tar.bz2?ref=r1.1.10'
…
2021-04-25 21:24:22 ERROR 503: Service Temporarily Unavailable.

And it seems I am not the only one having trouble with this kind of url : https://forum.gitlab.com/t/cannot-retrieve-repo-archive/51232

I propose to switch to url: https://gitlab.com/davical-project/davical/-/archive/r1.1.10/davical-r1.1.10.tar.bz2

Elrondo46 commented on 2021-03-05 06:05 (UTC)

Updated to 1.1.10

foxxx0 commented on 2019-04-15 07:32 (UTC)

updated to 1.1.8

archtom commented on 2019-03-19 15:39 (UTC)

Hey, would be really nice to see an update of the package due to version upgrade to 1.1.8 and dependency changes. Thanks

foxxx0 commented on 2018-02-13 09:50 (UTC)

updated to 1.1.7

bluelineXY commented on 2018-02-12 12:18 (UTC)

Hi,

could you please update the AUR to 1.1.7 ?

Was doing this manualy and looks fine if you change only the PKGBUILD file to the new version.