summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4995b25354f4..bbdd15bcfcad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wordcloud
pkgdesc = A little word cloud generator in Python
- pkgver = 1.8.2.2
+ pkgver = 1.9.2
pkgrel = 1
url = https://github.com/amueller/word_cloud
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-wordcloud
depends = python-matplotlib
depends = python-pillow
depends = python-numpy
- source = https://files.pythonhosted.org/packages/71/8b/0feea1341a29c645ca9dbc7f453b1101ee0725059977c7fce23e1bd75b83/wordcloud-1.8.2.2.tar.gz
- sha256sums = 523db887e47e840eb5c2e60428243bb1d7439fdc60f89626b17bafa1be64459c
+ source = https://files.pythonhosted.org/packages/fe/f9/35e6f31e57c2f51351625045c9d1ad2fc33fe79cac21973f8985c7dbcbb9/wordcloud-1.9.2.tar.gz
+ sha256sums = 71062ba6bfeaf1a7f8b6f18f6a8a7a810ef10973ebd9aa10c04d9fff690363d3
pkgname = python-wordcloud
diff --git a/PKGBUILD b/PKGBUILD
index 153458488086..8e768db5ee2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=wordcloud
pkgname=python-wordcloud
-pkgver=1.8.2.2
+pkgver=1.9.2
pkgrel=1
pkgdesc="A little word cloud generator in Python"
arch=('any')
@@ -10,8 +10,8 @@ url="https://github.com/amueller/word_cloud"
license=('Apache')
makedepends=('python-setuptools')
depends=('python' 'python-matplotlib' 'python-pillow' 'python-numpy')
-source=("https://files.pythonhosted.org/packages/71/8b/0feea1341a29c645ca9dbc7f453b1101ee0725059977c7fce23e1bd75b83/$_pkgname-$pkgver.tar.gz")
-sha256sums=('523db887e47e840eb5c2e60428243bb1d7439fdc60f89626b17bafa1be64459c')
+source=("https://files.pythonhosted.org/packages/fe/f9/35e6f31e57c2f51351625045c9d1ad2fc33fe79cac21973f8985c7dbcbb9/$_pkgname-$pkgver.tar.gz")
+sha256sums=('71062ba6bfeaf1a7f8b6f18f6a8a7a810ef10973ebd9aa10c04d9fff690363d3')
package() {
cd "$srcdir/$_pkgname-$pkgver"