summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b33ef4e6fcea..4be0db2566c7 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.5
+ pkgver = 2.6.0
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.5.tar.gz
- sha256sums = 9bbfe2aba6cc6f9fdf70d79331046543c9666fcccc78bad5ff648a9987e3cedb
+ source = https://files.pythonhosted.org/packages/source/s/sv_ttk/sv_ttk-2.6.0.tar.gz
+ sha256sums = 3fd440396c95e30e88f686fcf28be425480f7320d6bf346f9cea5d6f56702cc2
pkgname = python-sv-ttk
diff --git a/PKGBUILD b/PKGBUILD
index 6fe6604864cb..c1a466e3a91a 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.5
+pkgver=2.6.0
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=('9bbfe2aba6cc6f9fdf70d79331046543c9666fcccc78bad5ff648a9987e3cedb')
+sha256sums=('3fd440396c95e30e88f686fcf28be425480f7320d6bf346f9cea5d6f56702cc2')
build() {
cd "$_name-$pkgver"