summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schubert2024-05-11 12:27:25 +0200
committerMichael Schubert2024-05-11 12:35:54 +0200
commitf46b86c30dcc3104af5a1d094445464930b7acc9 (patch)
tree6d23608642f531ffa474c1ed00ea308dfdf9de55
parente2067dc046992f49c9ecb51b4a27eccb46f3d78b (diff)
downloadaur-f46b86c30dcc3104af5a1d094445464930b7acc9.tar.gz
py3.12 relbump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 359237bf29bf..49c107598fe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spectra
pkgdesc = Easy color scales and color conversion for Python
pkgver = 0.0.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jsvine/spectra
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index f74cd9f79c27..fe4c0fd6509b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-spectra
_pkgname=${pkgname#python-}
pkgver=0.0.11
-pkgrel=1
+pkgrel=2
pkgdesc="Easy color scales and color conversion for Python"
arch=('any')
url="https://github.com/jsvine/spectra"