summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManjaro Build Server2023-03-29 17:11:02 -0600
committerManjaro Build Server2023-03-29 17:11:02 -0600
commit878b05b41faf559deaa3dfaaf3ee39335b8e16ab (patch)
tree424b186c6af514874f57d747fe6a5ccd351f77a2
parent76d66787448981576524011799e59bc51f185e25 (diff)
downloadaur-878b05b41faf559deaa3dfaaf3ee39335b8e16ab.tar.gz
2.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e57eca617088..1fe492087de0 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.4.2
+ pkgver = 2.4.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.4.2.tar.gz
- sha256sums = eb045951e0d35c868a361946f71e222747c01462406a02e3deed18d4a2b463c8
+ source = https://files.pythonhosted.org/packages/source/s/sv_ttk/sv_ttk-2.4.3.tar.gz
+ sha256sums = 6f8be148157274a204ae68a12fff71edde3565500107286c8772eb3e8f422a2d
pkgname = python-sv-ttk
diff --git a/PKGBUILD b/PKGBUILD
index 8f8387b54a65..6b14abd4908f 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.4.2
+pkgver=2.4.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=('eb045951e0d35c868a361946f71e222747c01462406a02e3deed18d4a2b463c8')
+sha256sums=('6f8be148157274a204ae68a12fff71edde3565500107286c8772eb3e8f422a2d')
build() {
cd "$_name-$pkgver"