summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
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}"