summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Magno2023-12-31 12:09:52 -0300
committerGabriel Magno2023-12-31 12:09:52 -0300
commitadedb0d706cedacec7c3aba859c983a670fbb0b3 (patch)
treef97e437f2a8574fd50ff0351ba4a05e4e4e8193c /PKGBUILD
parent01327cf3305b2dfdc9418e5afde6e785be50c181 (diff)
downloadaur-adedb0d706cedacec7c3aba859c983a670fbb0b3.tar.gz
Updated to v1.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e768db5ee2c..e842e4e13d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_pkgname=wordcloud
pkgname=python-wordcloud
-pkgver=1.9.2
+pkgver=1.9.3
pkgrel=1
pkgdesc="A little word cloud generator in Python"
arch=('any')
url="https://github.com/amueller/word_cloud"
license=('Apache')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'cython')
depends=('python' 'python-matplotlib' 'python-pillow' 'python-numpy')
-source=("https://files.pythonhosted.org/packages/fe/f9/35e6f31e57c2f51351625045c9d1ad2fc33fe79cac21973f8985c7dbcbb9/$_pkgname-$pkgver.tar.gz")
-sha256sums=('71062ba6bfeaf1a7f8b6f18f6a8a7a810ef10973ebd9aa10c04d9fff690363d3')
+source=("https://files.pythonhosted.org/packages/7c/60/5f927145b65de0f299079db846c89fa031d56e4df9764607add12a03714e/$_pkgname-$pkgver.tar.gz")
+sha256sums=('a9aa738d63ed674a40f0cc31adb83f4ca5fc195f03a6aff6e010d1f5807d1c58')
package() {
cd "$srcdir/$_pkgname-$pkgver"