[arch-commits] Commit in python-into-dbus/trunk (PKGBUILD)

Jiachen Yang farseerfc at gemini.archlinux.org
Mon Oct 4 22:47:00 UTC 2021


    Date: Monday, October 4, 2021 @ 22:47:00
  Author: farseerfc
Revision: 1027671

upgpkg: python-into-dbus 0.08-1

Modified:
  python-into-dbus/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-04 22:46:45 UTC (rev 1027670)
+++ PKGBUILD	2021-10-04 22:47:00 UTC (rev 1027671)
@@ -3,21 +3,19 @@
 
 pkgname='python-into-dbus'
 _srcname='into-dbus-python'
-pkgver=0.06
-pkgrel=8
+pkgver=0.08
+pkgrel=1
 pkgdesc='Facilities for converting an object that inhabits core Python types, e.g., lists, ints, dicts, to an object that inhabits dbus-python types, e.g., dbus.Array, dbus.UInt32, dbus.Dictionary based on a specified dbus signature.'
 arch=('any')
 license=('Apache')
 url="https://github.com/stratis-storage/$_srcname"
-depends=('python-dbus' 'python-dbus-signature-pyparsing')
+depends=('dbus-python' 'python-dbus-signature-pyparsing')
 makedepends=('git' 'python-pylint')
 checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
 source=(
   "${_srcname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${_srcname}/archive/v${pkgver}.tar.gz"
 )
-sha256sums=(
-  'e2ec6496e55d1bc560db1075ad2038b760e01b9ad425c8d8632e6b0873b588cb'
-)
+sha256sums=('31fa9a6c41b1f77756b300a19c45fb0e9debb6c68b6b96ff79edde6c8e7adbc2')
 
 check() {
   cd "${_srcname}-${pkgver}"



More information about the arch-commits mailing list