Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
python-cysystemd
Commits:
fdf55f23 by Peter Jung at 2026-03-05T16:16:25+01:00
upgpkg: 2.0.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cysystemd
pkgdesc = SystemD wrapper on Cython
- pkgver = 2.0.1
- pkgrel = 2
+ pkgver = 2.0.5
+ pkgrel = 1
url = http://github.com/mosquito/cysystemd
arch = x86_64
license = Apache-2.0
@@ -14,7 +14,7 @@ pkgbase = python-cysystemd
depends = glibc
depends = python
depends = systemd-libs
- source = git+https://github.com/mosquito/cysystemd.git#tag=2.0.1
- sha256sums =
c14f5e4f42c38587e6405191cc7fca0695b5b1bbe4d3c39d4796abd1d4fc07f8
+ source = git+https://github.com/mosquito/cysystemd.git#tag=2.0.5
+ sha256sums =
068fb8f7c16519d23c9ac329651592bd82891f94dbb0b3550348078544d97d06
pkgname = python-cysystemd
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-cysystemd
_gitname=cysystemd
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
pkgdesc="SystemD wrapper on Cython"
arch=(x86_64)
url="http://github.com/mosquito/cysystemd"
@@ -23,7 +23,7 @@ makedepends=(
python-build
)
source=("git+https://github.com/mosquito/cysystemd.git#tag=${pkgver}")
-sha256sums=('c14f5e4f42c38587e6405191cc7fca0695b5b1bbe4d3c39d4796abd1d4fc07f8')
+sha256sums=('068fb8f7c16519d23c9ac329651592bd82891f94dbb0b3550348078544d97d06')
build() {
cd "${srcdir}/${_gitname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cysystemd/-/commit/fdf55f23c97598d8110ad9b69624eccdfdc1be73
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cysystemd/-/commit/fdf55f23c97598d8110ad9b69624eccdfdc1be73
You're receiving this email because of your account on gitlab.archlinux.org.