summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-04-21 16:14:33 -0600
committerMark Wagie2023-04-21 16:14:33 -0600
commitc6932c87260cb95f8085abbe0d983bae320070dc (patch)
tree973be3ee00fc0ea0e19add347735df35bf024b53
parent878b05b41faf559deaa3dfaaf3ee39335b8e16ab (diff)
downloadaur-c6932c87260cb95f8085abbe0d983bae320070dc.tar.gz
2.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fe492087de0..337ee284f45d 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.3
+ pkgver = 2.4.4
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.3.tar.gz
- sha256sums = 6f8be148157274a204ae68a12fff71edde3565500107286c8772eb3e8f422a2d
+ source = https://files.pythonhosted.org/packages/source/s/sv_ttk/sv_ttk-2.4.4.tar.gz
+ sha256sums = a5f88a86dc10a7d4b63afa66ccfb04317986a029617773c75d3fd816760239b5
pkgname = python-sv-ttk
diff --git a/PKGBUILD b/PKGBUILD
index 6b14abd4908f..a4de861a6b4d 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.3
+pkgver=2.4.4
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=('6f8be148157274a204ae68a12fff71edde3565500107286c8772eb3e8f422a2d')
+sha256sums=('a5f88a86dc10a7d4b63afa66ccfb04317986a029617773c75d3fd816760239b5')
build() {
cd "$_name-$pkgver"