summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a0bb7c68cfd..3e647c0f2997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,10 +27,9 @@ pkgname = wordnet-common
pkgname = wordnet-tk
pkgdesc = A TK frontend for the WordNet Database
+ depends = tk
depends = wordnet-common
- conflicts = wordnet
pkgname = wordnet-cli
pkgdesc = A CLI fontend for the WordNet Database
depends = wordnet-common
- conflicts = wordnet
diff --git a/PKGBUILD b/PKGBUILD
index 762604717ffb..f6a262951b2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,9 +72,7 @@ package_wordnet-common() {
package_wordnet-tk() {
pkgdesc="A TK frontend for the WordNet Database"
- depends=('tk')
- conflicts=('wordnet')
- depends=('wordnet-common')
+ depends=('tk' 'wordnet-common')
cd "${srcdir}/WordNet-${_srcver}"
@@ -91,7 +89,6 @@ package_wordnet-tk() {
package_wordnet-cli() {
pkgdesc="A CLI fontend for the WordNet Database"
- conflicts=('wordnet')
depends=('wordnet-common')
cd "${srcdir}/WordNet-${_srcver}"