summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Laker2021-03-03 19:37:48 -0500
committerKyle Laker2021-03-03 19:37:48 -0500
commit40f47833fa48cfdb1b879f54f449cb5a9f76a6f4 (patch)
tree6eed0556eb2041923ed7b77c69f513b6efbe3014
parent37dbcf71f29139ed3626b6c0d2cfdfb074ca1110 (diff)
downloadaur-40f47833fa48cfdb1b879f54f449cb5a9f76a6f4.tar.gz
Release packaging fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45cc60378d30..e9a8847ca03f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 1
+ pkgrel = 2
url = https://github.com/facebookincubator/pystemd
arch = any
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 5b665f2b19c7..1826c4fda63c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-pystemd'
_name="${pkgname#python-}"
pkgver='0.8'
-pkgrel=1
+pkgrel=2
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'