summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHeiko Nickerl2017-09-12 15:04:20 +0200
committerHeiko Nickerl2017-09-12 15:04:20 +0200
commit465f133adb524c9d41c7a19883dc090ce7924ed2 (patch)
treea8dc1eeacb887367b25b6ccabeb1430a3727e44b /PKGBUILD
parent9756ff0399e5d5901e39054d9ccb1176b7374b19 (diff)
downloadaur-465f133adb524c9d41c7a19883dc090ce7924ed2.tar.gz
changed 'python-setuptools' to make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5da6183fd414..c812be4d8894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Heiko Nickerl <dev at heiko-nickerl dot com>
pkgname="python-npyscreen-git"
pkgver=r480.d286599
-pkgrel=1
+pkgrel=2
pkgdesc="A python widget library and application framework"
arch=('any')
url="https://github.com/npcole/npyscreen"
license=('BSD')
-makedepends=('git')
-depends=('python' 'python-setuptools')
+makedepends=('git' 'python-setuptools' )
+depends=('python' )
source=('git+https://github.com/npcole/npyscreen.git')
sha256sums=('SKIP')