summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2020-09-05 02:42:53 +0200
committergéballin2020-09-05 02:42:53 +0200
commit063f6b0cd733251e832d0445b638a0b464d11390 (patch)
tree6f1637cfa9e12d5f3815ec50a321d80980c0ec45
parentb706b5ad7f1fbe87363f294fb8d47e993ef4e144 (diff)
downloadaur-063f6b0cd733251e832d0445b638a0b464d11390.tar.gz
Updating to the last version 3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a30f32cb403..b7ff375f5958 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttk-themes
pkgdesc = A group of themes for the ttk extenstions for Tkinter gathered together by RedFantom and created by various authors.
- pkgver = 2.4.0
+ pkgver = 3.1.1
pkgrel = 1
url = https://github.com/RedFantom/ttkthemes
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = ttk-themes
depends = tcl
depends = tk
optdepends = ttk-theme-chooser
- source = https://github.com/RedFantom/ttkthemes/archive/2.4.0.tar.gz
- md5sums = 0f4bda9e624fded1c17f3e7f8a4bac63
+ source = https://github.com/RedFantom/ttkthemes/archive/v3.1.1.tar.gz
+ md5sums = f3cfe6f1f7f529105624ff5cf5de0b95
pkgname = ttk-themes
diff --git a/PKGBUILD b/PKGBUILD
index 5babb7c4d64b..72f286639fef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr>
pkgname=ttk-themes
-pkgver=2.4.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="A group of themes for the ttk extenstions for Tkinter gathered together by RedFantom and created by various authors."
url="https://github.com/RedFantom/ttkthemes"
@@ -13,12 +13,12 @@ conflicts=()
replaces=()
backup=()
install=
-source=("https://github.com/RedFantom/ttkthemes/archive/2.4.0.tar.gz")
+source=("https://github.com/RedFantom/ttkthemes/archive/v3.1.1.tar.gz")
-md5sums=('0f4bda9e624fded1c17f3e7f8a4bac63')
+md5sums=('f3cfe6f1f7f529105624ff5cf5de0b95')
build() {
- tar xzf ${pkgver}.tar.gz
+ tar xzf v${pkgver}.tar.gz
}
package() {