summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMufeed Ali2020-08-18 12:33:14 +0530
committerMufeed Ali2020-08-18 12:33:14 +0530
commit7b02f88c7e5ca778a0b958117aca7eebc6d87b2f (patch)
tree5349c1fe6e43bd46446920bde91e1603f50e17cd
parent8ce157b49dfc4c3d5c771bd89985a2c9322e31ba (diff)
downloadaur-7b02f88c7e5ca778a0b958117aca7eebc6d87b2f.tar.gz
Update to 0.0.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1345d0fd7f8..ceacdd76b95d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-wn
pkgdesc = Stand-alone WordNet API
- pkgver = 0.0.19
+ pkgver = 0.0.23
pkgrel = 1
url = https://github.com/alvations/wordnet
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/34/cc/45d03eb6defd1e96a3e35edd6032818f0318b2b4ff2f3cfffa3b675f1722/wn-0.0.19.tar.gz
- sha256sums = 72f8259487a09d7716bce02cc4f1f1c79e9c102b5d2c4a0bc5e935e55ce71f59
+ source = https://files.pythonhosted.org/packages/bc/f6/72db36e8afc977ae1a1cbb22afc77fd9b514e9bc6927ae8f4aae36665961/wn-0.0.23.tar.gz
+ sha256sums = eee5b09a346600d2e33d6e69113a530283bbb422f04f9af6b277f2ca4ad514bd
pkgname = python-wn
diff --git a/PKGBUILD b/PKGBUILD
index 35245309afcc..f07a62964d4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Federico Cassani <federico dot cassani at outlook dot com>
+# Maintainer: Mufeed Ali <fushinari@protonmail.com>
+# Contributor: Federico Cassani <federico dot cassani at outlook dot com>
pkgname=python-wn
_pkgname=wn
-pkgver=0.0.19
+pkgver=0.0.23
pkgrel=1
pkgdesc="Stand-alone WordNet API"
arch=('any')
@@ -10,8 +11,8 @@ url='https://github.com/alvations/wordnet'
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/34/cc/45d03eb6defd1e96a3e35edd6032818f0318b2b4ff2f3cfffa3b675f1722/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('72f8259487a09d7716bce02cc4f1f1c79e9c102b5d2c4a0bc5e935e55ce71f59')
+source=("https://files.pythonhosted.org/packages/bc/f6/72db36e8afc977ae1a1cbb22afc77fd9b514e9bc6927ae8f4aae36665961/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('eee5b09a346600d2e33d6e69113a530283bbb422f04f9af6b277f2ca4ad514bd')
build() {
cd $srcdir/$_pkgname-$pkgver