summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Laker2021-09-05 23:18:30 -0400
committerKyle Laker2021-09-05 23:18:30 -0400
commit003d6b0051baaa37226c009988a7b8567ab52057 (patch)
tree31ecb25cb4c77c6803e402c38aea1b0a96d95132
parent40f47833fa48cfdb1b879f54f449cb5a9f76a6f4 (diff)
downloadaur-003d6b0051baaa37226c009988a7b8567ab52057.tar.gz
Update to 0.9.0
Upstream has gone back to x.y.z versioning but has retained the `v.` prefix for tagging. It doesn't appear that anything needs to be done in packaging for the Python 3.9 support or .pxd/pxi file additions.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a8847ca03f..882bc3c33732 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python-pystemd
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.
- pkgver = 0.8
- pkgrel = 2
+ pkgver = 0.9.0
+ pkgrel = 1
url = https://github.com/facebookincubator/pystemd
arch = any
license = LGPL2.1
makedepends = python-setuptools
depends = python
depends = cython
- source = python-pystemd-0.8.tar.gz::https://github.com/facebookincubator/pystemd/archive/v.0.8.tar.gz
- md5sums = bdf61ef1575513c70e3036b7aa4ace80
+ source = python-pystemd-0.9.0.tar.gz::https://github.com/facebookincubator/pystemd/archive/v.0.9.0.tar.gz
+ md5sums = f9be8301d4be4dff2c9f112879b71b9f
pkgname = python-pystemd
-
diff --git a/PKGBUILD b/PKGBUILD
index 1826c4fda63c..3b2a7360dd07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kyle Laker <kyle+aur at laker dot email>
pkgname='python-pystemd'
_name="${pkgname#python-}"
-pkgver='0.8'
-pkgrel=2
+pkgver='0.9.0'
+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=('any')
url='https://github.com/facebookincubator/pystemd'
@@ -10,7 +10,7 @@ license=('LGPL2.1')
depends=('python' 'cython')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v.${pkgver}.tar.gz")
-md5sums=('bdf61ef1575513c70e3036b7aa4ace80')
+md5sums=('f9be8301d4be4dff2c9f112879b71b9f')
build() {
cd "${srcdir}/${_name}-v.${pkgver}"