summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2020-05-12 12:21:59 +0200
committerDenis Kasak2020-05-12 12:21:59 +0200
commit9693f9cdc1bdba9575f807646eb50422b21f48f0 (patch)
treeb42d7c32fd0267d67e362820efe44d3d6b7115d5
parent1db0d8ea174bdfe2ec0fee16009550bccbfea046 (diff)
downloadaur-9693f9cdc1bdba9575f807646eb50422b21f48f0.tar.gz
Update to the 2020 edition.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10dc96c7e85f..399be32b07a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = english-wordnet
pkgdesc = A fork of the Princeton Wordnet developed under an open source methodology.
- pkgver = 2019
- pkgrel = 2
+ pkgver = 2020
+ pkgrel = 1
url = https://en-word.net/
arch = i686
arch = x86_64
license = custom
provides = wordnet-common
conflicts = wordnet-common
- source = https://en-word.net/static/english-wordnet-2019.zip
+ source = https://en-word.net/static/english-wordnet-2020.zip
source = https://raw.githubusercontent.com/globalwordnet/english-wordnet/master/LICENSE.md
sha256sums = b299b0a179a8a64678af3740ee4a9ce176d61de84013fd84a644f664f92e3221
sha256sums = e7b867b3c3e8910315b3386cb0e17d4b57b2bc9f251213deeb02571a7ac2610a
diff --git a/PKGBUILD b/PKGBUILD
index bbaf25831838..aaadf0f4b6eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=english-wordnet
pkgdesc="A fork of the Princeton Wordnet developed under an open source methodology."
-pkgver=2019
-pkgrel=2
+pkgver=2020
+pkgrel=1
arch=('i686' 'x86_64')
conflicts=(wordnet-common)
provides=(wordnet-common)
@@ -11,9 +11,10 @@ url="https://en-word.net/"
license=("custom")
source=("https://en-word.net/static/english-wordnet-${pkgver}.zip"
"https://raw.githubusercontent.com/globalwordnet/english-wordnet/master/LICENSE.md")
-sha256sums=('b299b0a179a8a64678af3740ee4a9ce176d61de84013fd84a644f664f92e3221'
+sha256sums=('d7abeec8bc351122337bd8c1126a3fd6f03ac88fc7f68c7adae9e31e3be7e66b'
'e7b867b3c3e8910315b3386cb0e17d4b57b2bc9f251213deeb02571a7ac2610a')
+
package() {
install -d -m 755 "${pkgdir}/usr/share/wordnet/dict"
install "${srcdir}"/wndb/* "${pkgdir}/usr/share/wordnet/dict"