summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-07-05 08:01:25 -0600
committerMark Wagie2023-07-05 08:01:25 -0600
commit36458f548b61f042d001bc10531f00d7dfa9d7d3 (patch)
tree2cf558b50fe0f8603cd832728160b9518a51e5be
parent8ee3b2a0abe95ce27a294c40696eb10a691b5839 (diff)
downloadaur-36458f548b61f042d001bc10531f00d7dfa9d7d3.tar.gz
2.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad70c81c2b45..0ac97eb86195 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sv-ttk
pkgdesc = A gorgeous theme for ttk, based on Microsoft's Sun Valley visual styles
- pkgver = 2.5.2
+ pkgver = 2.5.3
pkgrel = 1
url = https://github.com/rdbende/Sun-Valley-ttk-theme
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-sv-ttk
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = https://files.pythonhosted.org/packages/source/s/sv_ttk/sv_ttk-2.5.2.tar.gz
- sha256sums = 8d5756ba53238016c83cce3b915f7a6a394b63ca39aca228122ddb4a24928d6e
+ source = https://files.pythonhosted.org/packages/source/s/sv_ttk/sv_ttk-2.5.3.tar.gz
+ sha256sums = d9b9a5d14f4cbdd4e0bda2e1a84445b0aa852b99f74aafce9386459e385717b3
pkgname = python-sv-ttk
diff --git a/PKGBUILD b/PKGBUILD
index 75c347d4ee1d..4f278767ad5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=python-sv-ttk
_name=sv_ttk
-pkgver=2.5.2
+pkgver=2.5.3
pkgrel=1
pkgdesc="A gorgeous theme for ttk, based on Microsoft's Sun Valley visual styles"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('8d5756ba53238016c83cce3b915f7a6a394b63ca39aca228122ddb4a24928d6e')
+sha256sums=('d9b9a5d14f4cbdd4e0bda2e1a84445b0aa852b99f74aafce9386459e385717b3')
build() {
cd "$_name-$pkgver"