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

Jan de Groot jgc at archlinux.org
Wed Jun 20 22:37:49 UTC 2018


    Date: Wednesday, June 20, 2018 @ 22:37:48
  Author: jgc
Revision: 327384

upgpkg: dbus-python 1.2.8-1

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-20 22:16:37 UTC (rev 327383)
+++ PKGBUILD	2018-06-20 22:37:48 UTC (rev 327384)
@@ -3,7 +3,7 @@
 
 pkgbase=dbus-python
 pkgname=('python-dbus' 'python2-dbus' 'python-dbus-common')
-pkgver=1.2.6
+pkgver=1.2.8
 pkgrel=1
 pkgdesc="Python bindings for DBUS"
 url="https://www.freedesktop.org/wiki/Software/DBusBindings"
@@ -10,9 +10,9 @@
 arch=(x86_64)
 license=('GPL' 'LGPL')
 depends=('dbus' 'glib2')
-makedepends=('docutils' 'python' 'python2' 'autoconf-archive')
+makedepends=('python' 'python2' 'autoconf-archive' 'python-sphinx_rtd_theme' 'python-sphinx')
 source=(https://dbus.freedesktop.org/releases/${pkgbase}/${pkgbase}-${pkgver}.tar.gz{,.asc})
-sha256sums=('32f29c17172cdb9cb61c68b1f1a71dfe7351506fc830869029c47449bd04faeb'
+sha256sums=('abf12bbb765e300bf8e2a1b2f32f85949eab06998dbda127952c31cb63957b6f'
             'SKIP')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90')
 
@@ -51,7 +51,7 @@
   cd build-python3
   make DESTDIR="${pkgdir}" install
 
-  rm -r "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/usr/share"
   rm -r "${pkgdir}/usr/include"
   rm -r "${pkgdir}/usr/lib/pkgconfig"
 }
@@ -66,7 +66,7 @@
   cd build-python2
   make DESTDIR="${pkgdir}" install
 
-  rm -r "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/usr/share"
   rm -r "${pkgdir}/usr/include"
   rm -r "${pkgdir}/usr/lib/pkgconfig"
 }



More information about the arch-commits mailing list