summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMufeed Ali2021-02-13 12:46:05 +0530
committerMufeed Ali2021-02-13 12:46:05 +0530
commit673197999a1243e15b37c3703488eb1e76b738ab (patch)
tree79057f6ead7dbdd8f7295e30e615b9e99cb8b9db
parentedba881d912d432ec8aba88a35ba18b756b0be37 (diff)
downloadaur-673197999a1243e15b37c3703488eb1e76b738ab.tar.gz
Update to 0.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fe943e8eb3d..ec19a22afa39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-wn
pkgdesc = Stand-alone WordNet API
- pkgver = 0.4.1
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/goodmami/wn
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = wn-v0.4.1.tar.gz::https://files.pythonhosted.org/packages/a7/6c/49387996dba7ca768f27b1f68ee957f3ae420e99ba82bd186413b7568377/wn-0.4.1.tar.gz
- sha256sums = 8294846fd05a65f7e29a3fba065020d57ba7c44d654aaaf3a313c3c7f7bd7615
+ source = wn-v0.5.1.tar.gz::https://files.pythonhosted.org/packages/52/29/fd9cbb78e70ad451fdd84f0ebcbf4575f18c3dba8f89e4014d796cd79477/wn-0.5.1.tar.gz
+ sha256sums = 5fffc3c747ef96d69676a0034165738f72690fdbfa27a83f644fb8e5d7bd11d9
pkgname = python-wn
diff --git a/PKGBUILD b/PKGBUILD
index 8c84dce017a4..4acc8703ab2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-wn
_author=goodmami
_gitname=wn
-pkgver=0.4.1
+pkgver=0.5.1
pkgrel=1
pkgdesc="Stand-alone WordNet API"
arch=('any')
@@ -12,8 +12,8 @@ url='https://github.com/goodmami/wn'
license=('MIT')
depends=('python')
makedepends=('python-setuptools')
-source=("$_gitname-v$pkgver.tar.gz::https://files.pythonhosted.org/packages/a7/6c/49387996dba7ca768f27b1f68ee957f3ae420e99ba82bd186413b7568377/${_gitname}-${pkgver}.tar.gz")
-sha256sums=('8294846fd05a65f7e29a3fba065020d57ba7c44d654aaaf3a313c3c7f7bd7615')
+source=("$_gitname-v$pkgver.tar.gz::https://files.pythonhosted.org/packages/52/29/fd9cbb78e70ad451fdd84f0ebcbf4575f18c3dba8f89e4014d796cd79477/${_gitname}-${pkgver}.tar.gz")
+sha256sums=('5fffc3c747ef96d69676a0034165738f72690fdbfa27a83f644fb8e5d7bd11d9')
build() {
cd $_gitname-$pkgver