summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Nickerl2018-02-14 21:16:26 +0100
committerHeiko Nickerl2018-02-14 21:16:26 +0100
commit68a3c4c497b63715bbb1439731efce0107dffa09 (patch)
treeb08445aed1bb756d003bea652030c79b33285087
parentf1826458fc8bed4ad8872109bd22d83d30b78916 (diff)
downloadaur-68a3c4c497b63715bbb1439731efce0107dffa09.tar.gz
Replaces 'replaces' with 'provides' and 'depends'
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e66f445ade9..11b4b421dad8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,8 @@ pkgbase = python-npyscreen-git
makedepends = git
makedepends = python-setuptools
depends = python
- replaces = python-npyscreen
+ provides = python-npyscreen
+ conflicts = python-npyscreen
source = git+https://github.com/npcole/npyscreen.git
sha256sums = SKIP
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')