Date: Tuesday, October 4, 2022 @ 20:35:35
  Author: arojas
Revision: 1321301

upgpkg: python-curtsies 0.4.0-2: Fix dependency

Modified:
  python-curtsies/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-04 20:33:16 UTC (rev 1321300)
+++ PKGBUILD    2022-10-04 20:35:35 UTC (rev 1321301)
@@ -3,19 +3,17 @@
 pkgname=python-curtsies
 _pkgname=curtsies
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d 
arrays of text"
 arch=('any')
 url="https://pypi.python.org/pypi/curtsies";
 license=('MIT')
-depends=('python-blessings' 'python-cwcwidth')
+depends=('python-blessed' 'python-cwcwidth')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz";)
 md5sums=('99c48489e8a8e28fcef902186ac07999')
 
 prepare() {
-  cd "$srcdir"
-
   # 0.3.0 bug?
   cd "$srcdir/curtsies-$pkgver"
   sed -i 's/^.*typing.*$//' curtsies.egg-info/requires.txt setup.py

Reply via email to