summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2018-12-22 23:09:02 +0100
committerJuliette Monsel2018-12-22 23:09:02 +0100
commit0084947a33502f0b1c0df7a1de028b99882ec2bc (patch)
tree1e86ce4b4f08582057698e0d0d683c39a9b3423e
parent08aaa32c4ff6257b4bf8f7b871a8cf9abf98d082 (diff)
downloadaur-0084947a33502f0b1c0df7a1de028b99882ec2bc.tar.gz
v2.3.1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e2177e6abcf..3a35cb7e46a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-tkfilebrowser
pkgdesc = File browser for Tkinter, alternative to tkinter.filedialog in linux with GTK bookmarks support.
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/j4321/tkFileBrowser
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python2-setuptools
- source = tkFileBrowser-2.3.0.tar.gz::https://github.com/j4321/tkFileBrowser/archive/v2.3.0.tar.gz
- sha512sums = 8d674ed05ed15f323aca07f76359d316cbcc6761e9d45455779ee163a7628da42a312cb8e8723ae52cd14a01008cba27431aee9d3a073fab1955716350e6bd4d
+ source = tkFileBrowser-2.3.1.tar.gz::https://github.com/j4321/tkFileBrowser/archive/v2.3.1.tar.gz
+ sha512sums = 90f0a82b8bb330ea2d66195e7f96d9afe982501935bfa7acecd4813232f0098de902951f48f0f56044a91cafd0979975be6f0cd60fada84aacd6402f45442b87
pkgname = python-tkfilebrowser
depends = python-psutil
diff --git a/PKGBUILD b/PKGBUILD
index 56812526184f..d0be4609205e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=('python-tkfilebrowser' 'python2-tkfilebrowser')
_name=tkFileBrowser
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="File browser for Tkinter, alternative to tkinter.filedialog in linux with GTK bookmarks support."
url="https://github.com/j4321/tkFileBrowser"
@@ -9,7 +9,7 @@ arch=('any')
license=('GPL3')
makedepends=('python-setuptools' 'python2-setuptools')
source=("$_name-$pkgver.tar.gz::https://github.com/j4321/$_name/archive/v$pkgver.tar.gz")
-sha512sums=('8d674ed05ed15f323aca07f76359d316cbcc6761e9d45455779ee163a7628da42a312cb8e8723ae52cd14a01008cba27431aee9d3a073fab1955716350e6bd4d')
+sha512sums=('90f0a82b8bb330ea2d66195e7f96d9afe982501935bfa7acecd4813232f0098de902951f48f0f56044a91cafd0979975be6f0cd60fada84aacd6402f45442b87')
build() {
cd "${srcdir}/$_name-${pkgver}"