summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMufeed Ali2021-01-19 22:37:29 +0530
committerMufeed Ali2021-01-19 22:37:29 +0530
commitedba881d912d432ec8aba88a35ba18b756b0be37 (patch)
treeac79c4268b8e71cf5aab7c73d9f6a88f63ad2604
parent83b0bf95ac9dc7977ac7489ee1ea5978e58c6d43 (diff)
downloadaur-edba881d912d432ec8aba88a35ba18b756b0be37.tar.gz
Update to 0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3568780a0167..7fe943e8eb3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-wn
pkgdesc = Stand-alone WordNet API
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/goodmami/wn
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = wn-v0.4.0.tar.gz::https://files.pythonhosted.org/packages/53/b2/27b250534a13c20673db4bf53f7a477bf2ebe524a59ccc124b0670abc193/wn-0.4.0.tar.gz
- sha256sums = 206eeb0b534e6325f97e0f7a2b5c993c0e8b452eb9119ae87a96508e76f4be23
+ source = wn-v0.4.1.tar.gz::https://files.pythonhosted.org/packages/a7/6c/49387996dba7ca768f27b1f68ee957f3ae420e99ba82bd186413b7568377/wn-0.4.1.tar.gz
+ sha256sums = 8294846fd05a65f7e29a3fba065020d57ba7c44d654aaaf3a313c3c7f7bd7615
pkgname = python-wn
diff --git a/PKGBUILD b/PKGBUILD
index 20d4cc1e0d0c..8c84dce017a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-wn
_author=goodmami
_gitname=wn
-pkgver=0.4.0
+pkgver=0.4.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/53/b2/27b250534a13c20673db4bf53f7a477bf2ebe524a59ccc124b0670abc193/${_gitname}-${pkgver}.tar.gz")
-sha256sums=('206eeb0b534e6325f97e0f7a2b5c993c0e8b452eb9119ae87a96508e76f4be23')
+source=("$_gitname-v$pkgver.tar.gz::https://files.pythonhosted.org/packages/a7/6c/49387996dba7ca768f27b1f68ee957f3ae420e99ba82bd186413b7568377/${_gitname}-${pkgver}.tar.gz")
+sha256sums=('8294846fd05a65f7e29a3fba065020d57ba7c44d654aaaf3a313c3c7f7bd7615')
build() {
cd $_gitname-$pkgver