Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
xandikos
Commits:
efa0498c by Daniel M. Capella at 2024-10-09T17:01:28-04:00
upgpkg: 0.2.12-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = xandikos
pkgdesc = Lightweight yet complete CardDAV/CalDAV server that backs
onto a Git repository
- pkgver = 0.2.11
- pkgrel = 2
+ pkgver = 0.2.12
+ pkgrel = 1
url = https://www.xandikos.org
arch = any
license = GPL-3.0-or-later
@@ -20,10 +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.11
+ source = git+https://github.com/jelmer/xandikos.git#tag=v0.2.12
source = xandikos.sysusers.conf
source = xandikos.tmpfiles.conf
- b2sums =
d68a9c59e3c567ec2614f3f66077329cdd74156ee7dc242161f03ec46066cb2f6e7ac83a529e5c67ec68493b0c9bc2e294ca6a66a4890929bec2d0a50bdc3dfe
+ b2sums =
86e97e011dc3807f31a269f0e669c49895afdabe60435d1e59de016659fdddaf1f350bf4e42b577ab2f04e30b42a04a80d9ee1a8572b4b680203ce9d97884dc2
b2sums =
086423882a085cb7fbecad3f53ad60aa6c322a545c180fe8b4c9f2bba5331fa52d6fc3e96ec068c589d3ab3e0b8f215e1a94473c511560188bd873b7ff5780d6
b2sums =
be8df371a3cdd55e2efd4549251b44cbb5699762f14aa3dcb0e85cdbb3710d75fae8e38b615057f6da37fe744019aabc2c366136ca577a152cd03d380db189c2
=====================================
PKGBUILD
=====================================
@@ -1,27 +1,27 @@
# Maintainer: Daniel M. Capella <[email protected]>
pkgname=xandikos
-pkgver=0.2.11
-pkgrel=2
+pkgver=0.2.12
+pkgrel=1
pkgdesc='Lightweight yet complete CardDAV/CalDAV server that backs onto a Git
repository'
-arch=('any')
+arch=(any)
url=https://www.xandikos.org
license=('GPL-3.0-or-later')
depends=(
- 'python-aiohttp'
- 'python-defusedxml'
- 'python-dulwich'
- 'python-icalendar'
- 'python-jinja'
- 'python-multidict'
- 'python-vobject'
+ python-aiohttp
+ python-defusedxml
+ python-dulwich
+ python-icalendar
+ python-jinja
+ python-multidict
+ python-vobject
)
makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-setuptools'
- 'python-wheel'
+ git
+ python-build
+ python-installer
+ python-setuptools
+ python-wheel
)
optdepends=(
'python-aiohttp-openmetrics: for metrics with the standalone server'
@@ -33,7 +33,7 @@ source=(
"$pkgname.sysusers.conf"
"$pkgname.tmpfiles.conf"
)
-b2sums=('d68a9c59e3c567ec2614f3f66077329cdd74156ee7dc242161f03ec46066cb2f6e7ac83a529e5c67ec68493b0c9bc2e294ca6a66a4890929bec2d0a50bdc3dfe'
+b2sums=('86e97e011dc3807f31a269f0e669c49895afdabe60435d1e59de016659fdddaf1f350bf4e42b577ab2f04e30b42a04a80d9ee1a8572b4b680203ce9d97884dc2'
'086423882a085cb7fbecad3f53ad60aa6c322a545c180fe8b4c9f2bba5331fa52d6fc3e96ec068c589d3ab3e0b8f215e1a94473c511560188bd873b7ff5780d6'
'be8df371a3cdd55e2efd4549251b44cbb5699762f14aa3dcb0e85cdbb3710d75fae8e38b615057f6da37fe744019aabc2c366136ca577a152cd03d380db189c2')
#validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xandikos/-/commit/efa0498c17a9c0737b8ad28868139d0ba029cab9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xandikos/-/commit/efa0498c17a9c0737b8ad28868139d0ba029cab9
You're receiving this email because of your account on gitlab.archlinux.org.