summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor2023-07-25 10:04:13 +0200
committerVictor2023-07-25 10:04:13 +0200
commit0eaaf8aa8cd181bfe323821f0c55f1ffdc834d28 (patch)
tree0c18ace06839ff5a5e16f706c2ece21c2212ac80
parent9430087914c0b879c19171e54698dfe26fbd988e (diff)
downloadaur-0eaaf8aa8cd181bfe323821f0c55f1ffdc834d28.tar.gz
Update to 3.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e100cba802e..01a47422056c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-palettable
pkgdesc = Color palettes for Python
- pkgver = 3.3.0
- pkgrel = 2
+ pkgver = 3.3.2
+ pkgrel = 1
url = https://pypi.org/project/palettable
arch = any
license = MIT
@@ -9,9 +9,9 @@ pkgbase = python-palettable
depends = python
depends = python-matplotlib
replaces = python-brewer2mpl
- source = python-palettable-3.3.0.tar.gz::https://pypi.io/packages/source/p/palettable/palettable-3.3.0.tar.gz
+ source = python-palettable-3.3.2.tar.gz::https://pypi.io/packages/source/p/palettable/palettable-3.3.2.tar.gz
source = https://raw.githubusercontent.com/jiffyclub/palettable/d267e4aa8f746ab800d4998e670d60eca13f32cd/license.txt
- sha256sums = 72feca71cf7d79830cd6d9181b02edf227b867d503bec953cf9fa91bf44896bd
+ sha256sums = 6a867c425a2ff288eab4356bedec00de006dee36c99a6147c2e1b05de789ac9f
sha256sums = 06982353629cfa6b7b339fa4cfccd6eca5a4434d5caefb7c32e68baa41a1be7c
pkgname = python-palettable
diff --git a/PKGBUILD b/PKGBUILD
index 672d0bcffbbc..51266e57373c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_name=palettable
pkgname=python-palettable
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.2
+pkgrel=1
pkgdesc="Color palettes for Python"
arch=('any')
url="https://pypi.org/project/palettable"
@@ -15,7 +15,7 @@ makedepends=('python-setuptools')
replaces=('python-brewer2mpl')
source=("${pkgname}-${pkgver}.tar.gz::https://pypi.io/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/jiffyclub/palettable/d267e4aa8f746ab800d4998e670d60eca13f32cd/license.txt")
-sha256sums=('72feca71cf7d79830cd6d9181b02edf227b867d503bec953cf9fa91bf44896bd'
+sha256sums=('6a867c425a2ff288eab4356bedec00de006dee36c99a6147c2e1b05de789ac9f'
'06982353629cfa6b7b339fa4cfccd6eca5a4434d5caefb7c32e68baa41a1be7c')
build(){