summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMufeed Ali2021-03-11 19:44:55 +0530
committerMufeed Ali2021-03-11 19:44:55 +0530
commit67bfa37b812a5464dba0e50b62e8a23a3c49ce66 (patch)
tree2505e64c630bf23ef24d6eb1e2ee825d34fc60af
parent673197999a1243e15b37c3703488eb1e76b738ab (diff)
downloadaur-67bfa37b812a5464dba0e50b62e8a23a3c49ce66.tar.gz
Update to 0.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec19a22afa39..df93077712cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-wn
pkgdesc = Stand-alone WordNet API
- pkgver = 0.5.1
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/goodmami/wn
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = wn-v0.5.1.tar.gz::https://files.pythonhosted.org/packages/52/29/fd9cbb78e70ad451fdd84f0ebcbf4575f18c3dba8f89e4014d796cd79477/wn-0.5.1.tar.gz
- sha256sums = 5fffc3c747ef96d69676a0034165738f72690fdbfa27a83f644fb8e5d7bd11d9
+ source = wn-v0.6.1.tar.gz::https://files.pythonhosted.org/packages/95/f3/47ba0d59da763379fa1ee99ebb65ab132c63e3f9186b8f016c8d1b6a8278/wn-0.6.1.tar.gz
+ sha256sums = d82c0c20b1fc870c63c51da0410267617d24b8969c3306647684796a0f1aa808
pkgname = python-wn
diff --git a/PKGBUILD b/PKGBUILD
index 4acc8703ab2d..12f1cafbac6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-wn
_author=goodmami
_gitname=wn
-pkgver=0.5.1
+pkgver=0.6.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/52/29/fd9cbb78e70ad451fdd84f0ebcbf4575f18c3dba8f89e4014d796cd79477/${_gitname}-${pkgver}.tar.gz")
-sha256sums=('5fffc3c747ef96d69676a0034165738f72690fdbfa27a83f644fb8e5d7bd11d9')
+source=("$_gitname-v$pkgver.tar.gz::https://files.pythonhosted.org/packages/95/f3/47ba0d59da763379fa1ee99ebb65ab132c63e3f9186b8f016c8d1b6a8278/${_gitname}-${pkgver}.tar.gz")
+sha256sums=('5135ac500533787d5924e948a9c5df71382444ec25a2264d36ca7a2e0497dc55')
build() {
cd $_gitname-$pkgver