[arch-commits] Commit in python-curtsies/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Tue Oct 11 15:10:51 UTC 2016
Date: Tuesday, October 11, 2016 @ 15:10:50
Author: kkeen
Revision: 191954
upgpkg: python-curtsies 0.2.10-2 FS#51324
Modified:
python-curtsies/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-11 14:55:29 UTC (rev 191953)
+++ PKGBUILD 2016-10-11 15:10:50 UTC (rev 191954)
@@ -8,12 +8,12 @@
# so the version is stuck at whatever bpython's release supports
# dear users, do not flag this package out of date
pkgver=0.2.10
-pkgrel=1
+pkgrel=2
pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d arrays of text"
arch=('any')
url="https://github.com/thomasballinger/curtsies"
license=('MIT')
-depends=('python-blessings')
+depends=('python-blessings' 'python-wcwidth')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz")
md5sums=('05609f5c0dc758fe776bfcc5625f9562')
@@ -38,7 +38,7 @@
}
package_python2-curtsies() {
- depends=('python2-blessings')
+ depends=('python2-blessings' 'python2-wcwidth')
cd "$srcdir/curtsies2-$pkgver"
python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-curtsies/LICENSE"
More information about the arch-commits
mailing list