summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-18 08:11:53 -0600
committerMark Wagie2023-03-18 08:11:53 -0600
commit76d66787448981576524011799e59bc51f185e25 (patch)
treea4f1e460e1163bd86e08c9e8385022986c36dbc7
parent0097b6a565a8f26892c0d7d9efa17f5334f9d88d (diff)
downloadaur-76d66787448981576524011799e59bc51f185e25.tar.gz
2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0db94685c5b..e57eca617088 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
+ pkgver = 2.4.2
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.tar.gz
- sha256sums = 14c8186d9b933ea68f825f035d4e4b332a397de69f596e44d2db7c4e0acabd5f
+ source = https://files.pythonhosted.org/packages/source/s/sv_ttk/sv_ttk-2.4.2.tar.gz
+ sha256sums = eb045951e0d35c868a361946f71e222747c01462406a02e3deed18d4a2b463c8
pkgname = python-sv-ttk
diff --git a/PKGBUILD b/PKGBUILD
index e75cd04c09b2..8f8387b54a65 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
+pkgver=2.4.2
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=('14c8186d9b933ea68f825f035d4e4b332a397de69f596e44d2db7c4e0acabd5f')
+sha256sums=('eb045951e0d35c868a361946f71e222747c01462406a02e3deed18d4a2b463c8')
build() {
cd "$_name-$pkgver"