summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin Cadiou2022-07-27 14:34:01 +0200
committerCorentin Cadiou2022-07-27 14:34:01 +0200
commit5d49c96fa3b3fc4b3cc83630bbd3831949d4ffcf (patch)
treef6ac1dedfb333104a910326e7fbb15842830ace8
parent90b31fc092de54b341c800118b6b752377dab8e4 (diff)
downloadaur-5d49c96fa3b3fc4b3cc83630bbd3831949d4ffcf.tar.gz
Bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 726e2c5be187..201b3bdaa899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cmyt
pkgdesc = A collection of Matplotlib colormaps from the yt project.
- pkgver = 1.0.4
- pkgrel = 2
+ pkgver = 1.1.1
+ pkgrel = 1
url = http://yt-project.org
arch = any
license = BSD
@@ -10,9 +10,9 @@ pkgbase = python-cmyt
depends = python-more-itertools
depends = python-numpy
options = !emptydirs
- source = https://pypi.io/packages/source/c/cmyt/cmyt-1.0.4.tar.gz
+ source = https://pypi.io/packages/source/c/cmyt/cmyt-1.1.1.tar.gz
source = LICENSE
- sha256sums = ae5157d37e733ae55df12bad1e8aedb3eb2f3b45e829e25c83df023dcefd5926
+ sha256sums = 9d43c28a39a7532e09d3162fc176601f79dd03d8aed787be82a337803c77dd8f
sha256sums = 6e13969520b08a454eed4e15bef8926babca14ab65f4f9936c9adc1860c00e1d
pkgname = python-cmyt
diff --git a/PKGBUILD b/PKGBUILD
index eced16626a2c..cf1af4b30e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-cmyt
_module_name=cmyt
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc="A collection of Matplotlib colormaps from the yt project."
arch=(any)
url="http://yt-project.org"
@@ -16,7 +16,7 @@ source=(
"https://pypi.io/packages/source/c/${_module_name}/${_module_name}-${pkgver}.tar.gz"
"LICENSE"
)
-sha256sums=('ae5157d37e733ae55df12bad1e8aedb3eb2f3b45e829e25c83df023dcefd5926'
+sha256sums=('9d43c28a39a7532e09d3162fc176601f79dd03d8aed787be82a337803c77dd8f'
'6e13969520b08a454eed4e15bef8926babca14ab65f4f9936c9adc1860c00e1d')
build() {