summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 813e0a06b82a..570072a45616 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="A python widget library and application framework"
arch=('any')
url="https://github.com/npcole/npyscreen"
license=('BSD')
-replaces=('python-npyscreen')
+conflicts=('python-npyscreen')
+provides=('python-npyscreen')
makedepends=('git' 'python-setuptools' )
depends=('python' )
source=('git+https://github.com/npcole/npyscreen.git')