summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-02-14 21:11:09 +0100
committerHeiko Nickerl2018-02-14 21:11:09 +0100
commitf1826458fc8bed4ad8872109bd22d83d30b78916 (patch)
treeb5174d2c1ee8e77acd532d14089a8b91dec45539
parentef4ddb9304aa09266338a236e08c75eb2dcd982d (diff)
downloadaur-f1826458fc8bed4ad8872109bd22d83d30b78916.tar.gz
Add replaces 'python-npyscreen'
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3be3ad4b3b3..9e66f445ade9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-npyscreen-git
makedepends = git
makedepends = python-setuptools
depends = python
+ replaces = python-npyscreen
source = git+https://github.com/npcole/npyscreen.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c812be4d8894..813e0a06b82a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="A python widget library and application framework"
arch=('any')
url="https://github.com/npcole/npyscreen"
license=('BSD')
+replaces=('python-npyscreen')
makedepends=('git' 'python-setuptools' )
depends=('python' )
source=('git+https://github.com/npcole/npyscreen.git')