summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Laker2023-05-28 14:54:10 -0400
committerKyle Laker2023-05-28 14:54:10 -0400
commitccb71e8173dec7bf7e97ce0138272fe018e1ae0c (patch)
tree3a47f8886d42a27b3930f48d47370b40c526d347 /PKGBUILD
parent46dadc98109cc731a4f31363282d979c9ff34961 (diff)
downloadaur-python-pystemd.tar.gz
Bump to v0.13.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbdf4bd30489..f7b7c4c271c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Laker <kyle+aur at laker dot email>
pkgname='python-pystemd'
_name="${pkgname#python-}"
-pkgver='0.13.0'
+pkgver='0.13.2'
pkgrel=1
pkgdesc='A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('LGPL2.1')
depends=('python' 'systemd' 'python-lxml' 'python-psutil')
makedepends=('python-setuptools' 'cython')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-md5sums=('4cb686dd7d9bd5cd5b0d0d7caa7bc675')
+md5sums=('201e00956a44be251f5e4646a865d21c')
build() {
cd "${srcdir}/${_name}-${pkgver}"