summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2024-01-22 11:59:15 -0800
committerSteven Allen2024-01-22 11:59:15 -0800
commit6dfc71b6bdb2bbb9186c3f3d6366d3d3d4de9e53 (patch)
tree88e7f4d92f896321fa04e459a57889d8fc76db08
parent893ed979451aee2c94053073bb141a6fd94030c3 (diff)
downloadaur-wordnet.tar.gz
move wordnet conflict to wordnet-common
And fix the `tk` dependencies.
-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}"