summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-04-22 09:25:50 -0600
committerMark Wagie2023-04-22 09:25:50 -0600
commit7494c91b1df45a9a4831979812a17e890d40e52f (patch)
tree8efa118ddcaa806e1920f70558c8bfc7ad399d05
parentc6932c87260cb95f8085abbe0d983bae320070dc (diff)
downloadaur-7494c91b1df45a9a4831979812a17e890d40e52f.tar.gz
2.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 337ee284f45d..00825bc3687e 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.4
+ pkgver = 2.4.5
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.4.tar.gz
- sha256sums = a5f88a86dc10a7d4b63afa66ccfb04317986a029617773c75d3fd816760239b5
+ source = https://files.pythonhosted.org/packages/source/s/sv_ttk/sv_ttk-2.4.5.tar.gz
+ sha256sums = cac461471ae697ec2696e1fc179004eef6585eb4cd520e59cc8fb6ea3c293a97
pkgname = python-sv-ttk
diff --git a/PKGBUILD b/PKGBUILD
index a4de861a6b4d..fc648680646c 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.4
+pkgver=2.4.5
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=('a5f88a86dc10a7d4b63afa66ccfb04317986a029617773c75d3fd816760239b5')
+sha256sums=('cac461471ae697ec2696e1fc179004eef6585eb4cd520e59cc8fb6ea3c293a97')
build() {
cd "$_name-$pkgver"