summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Magno2023-05-22 16:04:34 -0300
committerGabriel Magno2023-05-22 16:04:34 -0300
commit01327cf3305b2dfdc9418e5afde6e785be50c181 (patch)
treec6aeb5a8f29864b56a521b8019949e29824bba4f /PKGBUILD
parent27e677aaad90fa182a87def4de2176fd4ab9f7c7 (diff)
downloadaur-01327cf3305b2dfdc9418e5afde6e785be50c181.tar.gz
Updated to version 1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"