Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
xandikos
Commits:
fcdb43c0 by Daniel M. Capella at 2024-03-29T12:52:51-04:00
upgpkg: 0.2.11-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = xandikos
pkgdesc = Lightweight yet complete CardDAV/CalDAV server that backs
onto a Git repository
- pkgver = 0.2.10
+ pkgver = 0.2.11
pkgrel = 1
url = https://www.xandikos.org
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = python-build
makedepends = python-installer
@@ -20,11 +20,10 @@ pkgbase = xandikos
optdepends = python-aiohttp-openmetrics: for metrics with the
standalone server
optdepends = python-systemd: for systemd socket activation
optdepends = uwsgi-plugin-python: for the WSGI interface
- source = git+https://github.com/jelmer/xandikos.git#tag=v0.2.10?signed
+ source = git+https://github.com/jelmer/xandikos.git#tag=v0.2.11
source = xandikos.sysusers.conf
source = xandikos.tmpfiles.conf
- validpgpkeys = DC837EE14A7E37347E87061700806F2BD729A457
- b2sums =
4abdecca3b7902350c17f79b39143985172c4fe8afc803efd6c008418a36adb568a05434ae60204e6e92ab08973b34dd79d35d793a4f0c6ec2506eb904699e78
+ b2sums =
d68a9c59e3c567ec2614f3f66077329cdd74156ee7dc242161f03ec46066cb2f6e7ac83a529e5c67ec68493b0c9bc2e294ca6a66a4890929bec2d0a50bdc3dfe
b2sums =
086423882a085cb7fbecad3f53ad60aa6c322a545c180fe8b4c9f2bba5331fa52d6fc3e96ec068c589d3ab3e0b8f215e1a94473c511560188bd873b7ff5780d6
b2sums =
be8df371a3cdd55e2efd4549251b44cbb5699762f14aa3dcb0e85cdbb3710d75fae8e38b615057f6da37fe744019aabc2c366136ca577a152cd03d380db189c2
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
# Maintainer: Daniel M. Capella <[email protected]>
pkgname=xandikos
-pkgver=0.2.10
+pkgver=0.2.11
pkgrel=1
pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git
repository'
arch=('any')
url=https://www.xandikos.org
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=(
'python-aiohttp'
'python-defusedxml'
@@ -29,14 +29,14 @@ optdepends=(
'uwsgi-plugin-python: for the WSGI interface'
)
source=(
- "git+https://github.com/jelmer/$pkgname.git#tag=v$pkgver?signed"
+ "git+https://github.com/jelmer/$pkgname.git#tag=v$pkgver"
"$pkgname.sysusers.conf"
"$pkgname.tmpfiles.conf"
)
-b2sums=('4abdecca3b7902350c17f79b39143985172c4fe8afc803efd6c008418a36adb568a05434ae60204e6e92ab08973b34dd79d35d793a4f0c6ec2506eb904699e78'
+b2sums=('d68a9c59e3c567ec2614f3f66077329cdd74156ee7dc242161f03ec46066cb2f6e7ac83a529e5c67ec68493b0c9bc2e294ca6a66a4890929bec2d0a50bdc3dfe'
'086423882a085cb7fbecad3f53ad60aa6c322a545c180fe8b4c9f2bba5331fa52d6fc3e96ec068c589d3ab3e0b8f215e1a94473c511560188bd873b7ff5780d6'
'be8df371a3cdd55e2efd4549251b44cbb5699762f14aa3dcb0e85cdbb3710d75fae8e38b615057f6da37fe744019aabc2c366136ca577a152cd03d380db189c2')
-validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij
<[email protected]>
+#validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij
<[email protected]>
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xandikos/-/commit/fcdb43c0823f85d69cc0f4a1431ce9905e28b781
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xandikos/-/commit/fcdb43c0823f85d69cc0f4a1431ce9905e28b781
You're receiving this email because of your account on gitlab.archlinux.org.