summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuliette Monsel2019-04-08 09:45:01 +0200
committerJuliette Monsel2019-04-08 09:45:01 +0200
commit29ffed4b25ef85ef72af1273a532b6b311663f17 (patch)
treefb3ada75628bfa52c1c0c32ace6c47018d1f23f3 /PKGBUILD
parent70f7ecac6c28f2a56df221664405d9148c9d4d8d (diff)
downloadaur-29ffed4b25ef85ef72af1273a532b6b311663f17.tar.gz
v0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4894d11c808..12c193ecf0c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=('python-ttkwidgets' 'python2-ttkwidgets')
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
pkgdesc="Collection of widgets for Tkinter's ttk extensions"
_name=ttkwidgets
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/RedFantom/ttkwidgets"
license=('GPL3')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/RedFantom/$_name/archive/${pkgver}.tar.gz")
-sha512sums=('dfa18ba4b18954ec213900afba37fded3a9a5f16b58ded4236fa8e0087bf7dd21ecf436dbd89cf00b62fbf02c46da5bc7a50ae51f9a90e3b1d25442f6557a3a7')
+sha512sums=('27b5095053e6ff38a64c39b7fce7814b7188d1accb847fca1eb08f554b9ef83ed71255887bb22a0e5798d0393080e7707e00d88b2f4a8241e317371abcf03903')
makedepends=('python-setuptools' 'python2-setuptools')
build() {