[arch-commits] Commit in dbus-python/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sun Sep 20 01:40:32 UTC 2015
Date: Sunday, September 20, 2015 @ 03:40:31
Author: fyan
Revision: 246710
upgpkg: dbus-python 1.2.0-5
rebuild for python 3.5
Modified:
dbus-python/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-20 01:38:49 UTC (rev 246709)
+++ PKGBUILD 2015-09-20 01:40:31 UTC (rev 246710)
@@ -4,7 +4,7 @@
pkgbase=dbus-python
pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
pkgver=1.2.0
-pkgrel=4
+pkgrel=5
pkgdesc="Python bindings for DBUS"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
@@ -13,6 +13,7 @@
source=(http://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
md5sums=('b09cd2d1a057cc432ce944de3fc06bf7'
'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie
prepare() {
mkdir build-python2 build-python3
@@ -42,7 +43,7 @@
package_python-dbus() {
depends=('python-dbus-common' 'python' 'dbus')
optdepends=('dbus-glib: glib mainloop support')
- pkgdesc="Python 3.3 bindings for DBUS"
+ pkgdesc="Python 3.5 bindings for DBUS"
cd build-python3
make DESTDIR="${pkgdir}" install
More information about the arch-commits
mailing list