summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMufeed Ali2020-12-31 20:02:37 +0530
committerMufeed Ali2020-12-31 20:02:37 +0530
commit83b0bf95ac9dc7977ac7489ee1ea5978e58c6d43 (patch)
tree8b20c44c74410897921f18f0834b13ce56ca5229
parentc2263f200552fbd4586857bb8410ee908e031923 (diff)
downloadaur-83b0bf95ac9dc7977ac7489ee1ea5978e58c6d43.tar.gz
Update to 0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0894a9a04b52..3568780a0167 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-wn
pkgdesc = Stand-alone WordNet API
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/goodmami/wn
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = wn-v0.3.0.tar.gz::https://files.pythonhosted.org/packages/98/4c/318657e4dbc334f9e72735c0e9260d2a695369d7a574fbc57d111d25199d/wn-0.3.0.tar.gz
- sha256sums = 549fa93a76be712840ffe0f361310eb5a858fae01cab268cfd568d79b7940499
+ source = wn-v0.4.0.tar.gz::https://files.pythonhosted.org/packages/53/b2/27b250534a13c20673db4bf53f7a477bf2ebe524a59ccc124b0670abc193/wn-0.4.0.tar.gz
+ sha256sums = 206eeb0b534e6325f97e0f7a2b5c993c0e8b452eb9119ae87a96508e76f4be23
pkgname = python-wn
diff --git a/PKGBUILD b/PKGBUILD
index b94e9fc6a814..20d4cc1e0d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-wn
_author=goodmami
_gitname=wn
-pkgver=0.3.0
+pkgver=0.4.0
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/98/4c/318657e4dbc334f9e72735c0e9260d2a695369d7a574fbc57d111d25199d/${_gitname}-${pkgver}.tar.gz")
-sha256sums=('549fa93a76be712840ffe0f361310eb5a858fae01cab268cfd568d79b7940499')
+source=("$_gitname-v$pkgver.tar.gz::https://files.pythonhosted.org/packages/53/b2/27b250534a13c20673db4bf53f7a477bf2ebe524a59ccc124b0670abc193/${_gitname}-${pkgver}.tar.gz")
+sha256sums=('206eeb0b534e6325f97e0f7a2b5c993c0e8b452eb9119ae87a96508e76f4be23')
build() {
cd $_gitname-$pkgver