summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-03-15 01:30:00 +0100
committerMichal Wojdyla2021-03-15 01:30:00 +0100
commitccb96ddbdd7fded6bc87e0162f7327171a196079 (patch)
tree7a19258ee7aebb703d85312261855dfa9ef9ac1d
parentcace42852100efa7ab5a2ef5bebe6ab67b435e60 (diff)
downloadaur-python2-python-tdbus.tar.gz
update to 0.11
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51e2c70d347e..0deec5785350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = python2-python-tdbus
pkgdesc = Simple Python bindings for D-BUS
- pkgver = 0.9
+ pkgver = 0.11
pkgrel = 1
- url = https://github.com/geertj/python-tdbus
+ url = https://github.com/hmvp/python-tdbus
arch = i686
arch = x86_64
license = MIT
makedepends = python2-setuptools
depends = python2
options = !emptydirs
- source = https://pypi.python.org/packages/source/p/python-tdbus/python-tdbus-0.9.tar.gz
- md5sums = 5452a6afe95f9a4fc62d94130abd553f
- sha256sums = 5bd23e7c67de5a410a3668076f0bdd3460d10e7d7253e496febb2345325fbf22
+ source = https://pypi.python.org/packages/source/p/python-tdbus/python-tdbus-0.11.tar.gz
+ sha256sums = c26b906f0128550ca5f1bf66226fc7e23a747e30b1fd4f9607b8148164e95b4e
pkgname = python2-python-tdbus
diff --git a/PKGBUILD b/PKGBUILD
index edce2b702cdc..2383a226e58a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
-# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
+# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-python-tdbus
-pkgver=0.9
+pkgver=0.11
pkgrel=1
pkgdesc="Simple Python bindings for D-BUS"
arch=('i686' 'x86_64')
depends=('python2')
makedepends=('python2-setuptools')
-url="https://github.com/geertj/python-tdbus"
+url="https://github.com/hmvp/python-tdbus"
license=('MIT')
options=(!emptydirs)
source=(https://pypi.python.org/packages/source/p/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
-md5sums=('5452a6afe95f9a4fc62d94130abd553f')
-sha256sums=('5bd23e7c67de5a410a3668076f0bdd3460d10e7d7253e496febb2345325fbf22')
+sha256sums=('c26b906f0128550ca5f1bf66226fc7e23a747e30b1fd4f9607b8148164e95b4e')
prepare(){
cd "$srcdir/${pkgname#python2-}-$pkgver"