[arch-commits] Commit in python-blessed/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sat Sep 2 20:07:33 UTC 2017
Date: Saturday, September 2, 2017 @ 20:07:32
Author: alucryd
Revision: 255579
FS#55318: python-blessed 1.14.2-2
Modified:
python-blessed/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-02 20:01:59 UTC (rev 255578)
+++ PKGBUILD 2017-09-02 20:07:32 UTC (rev 255579)
@@ -5,7 +5,7 @@
pkgbase=python-blessed
pkgname=('python-blessed' 'python2-blessed')
pkgver=1.14.2
-pkgrel=1
+pkgrel=2
pkgdesc='A thin, practical wrapper around terminal styling, screen positioning, and keyboard input'
arch=('any')
url='https://github.com/jquast/blessed'
@@ -27,7 +27,7 @@
done
}
package_python-blessed() {
- depends=('python' 'python-dateutil' 'python-nose')
+ depends=('python-six' 'python-wcwidth')
cd python-blessed-${pkgver}
@@ -35,7 +35,7 @@
}
package_python2-blessed() {
- depends=('python2' 'python2-dateutil' 'python2-nose')
+ depends=('python2-six' 'python2-wcwidth')
cd python2-blessed-${pkgver}
More information about the arch-commits
mailing list