summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgéballin2020-09-05 02:42:53 +0200
committergéballin2020-09-05 02:42:53 +0200
commit063f6b0cd733251e832d0445b638a0b464d11390 (patch)
tree6f1637cfa9e12d5f3815ec50a321d80980c0ec45 /PKGBUILD
parentb706b5ad7f1fbe87363f294fb8d47e993ef4e144 (diff)
downloadaur-063f6b0cd733251e832d0445b638a0b464d11390.tar.gz
Updating to the last version 3.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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() {