summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Magno2023-02-22 10:37:37 -0300
committerGabriel Magno2023-02-22 10:37:37 -0300
commit27e677aaad90fa182a87def4de2176fd4ab9f7c7 (patch)
tree3dd8e2abc2ca7eca245eaa0cc4792c39d7d40955
parent8ebc6d66e7fc2383cec6a526f079216354d0cc2a (diff)
downloadaur-27e677aaad90fa182a87def4de2176fd4ab9f7c7.tar.gz
Updated from 1.8.1 to 1.8.2.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 344d53240ef5..4995b25354f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wordcloud
pkgdesc = A little word cloud generator in Python
- pkgver = 1.8.1
+ pkgver = 1.8.2.2
pkgrel = 1
url = https://github.com/amueller/word_cloud
arch = any
@@ -10,8 +10,7 @@ pkgbase = python-wordcloud
depends = python-matplotlib
depends = python-pillow
depends = python-numpy
- source = https://files.pythonhosted.org/packages/be/33/5bdd39587f0e8ede3fe12d9d16d6f1fb5e7a43f29621604a949ee362d013/wordcloud-1.8.1.tar.gz
- sha256sums = e6ef771aac17c1cf8558c8d5ef025796184066d7b78f8118aefe011fb0d22952
+ source = https://files.pythonhosted.org/packages/71/8b/0feea1341a29c645ca9dbc7f453b1101ee0725059977c7fce23e1bd75b83/wordcloud-1.8.2.2.tar.gz
+ sha256sums = 523db887e47e840eb5c2e60428243bb1d7439fdc60f89626b17bafa1be64459c
pkgname = python-wordcloud
-
diff --git a/PKGBUILD b/PKGBUILD
index 1e5a9ac7b7e5..153458488086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=wordcloud
pkgname=python-wordcloud
-pkgver=1.8.1
+pkgver=1.8.2.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/be/33/5bdd39587f0e8ede3fe12d9d16d6f1fb5e7a43f29621604a949ee362d013/$_pkgname-$pkgver.tar.gz")
-sha256sums=('e6ef771aac17c1cf8558c8d5ef025796184066d7b78f8118aefe011fb0d22952')
+source=("https://files.pythonhosted.org/packages/71/8b/0feea1341a29c645ca9dbc7f453b1101ee0725059977c7fce23e1bd75b83/$_pkgname-$pkgver.tar.gz")
+sha256sums=('523db887e47e840eb5c2e60428243bb1d7439fdc60f89626b17bafa1be64459c')
package() {
cd "$srcdir/$_pkgname-$pkgver"