summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2017-09-12 22:50:47 +0200
committerJuliette Monsel2017-09-12 22:50:47 +0200
commitffb4713fa0c0e85a0a1080a6b57caadd69d7bf5c (patch)
treefc54d2d6ab641b4d33f6b5e7cb4fbdee577f762f
parent76115363ddfd758b8576082b7f43176b1e32b6da (diff)
downloadaur-ffb4713fa0c0e85a0a1080a6b57caadd69d7bf5c.tar.gz
v2.1.0
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 045d5af769cc..70446426383a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-tkfilebrowser
pkgdesc = File browser for Tkinter, alternative to tkinter.filedialog in linux with GTK bookmarks support.
- pkgver = 2.0.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/j4321/tkFileBrowser
arch = any
license = GPL3
- source = tkfilebrowser-2.0.0.tar.gz::https://github.com/j4321/tkFileBrowser/archive/v2.0.0.tar.gz
- sha512sums = d1d144d3bdc9e4be308936e1c5b6cccdbf1cb2c7543510a4a7d11fcad8721fe797fbcc66f35444bae40250c1828fb1788a00bc132123b147531cb814b9f63e6a
+ source = tkfilebrowser-2.1.0.tar.gz::https://github.com/j4321/tkFileBrowser/archive/v2.1.0.tar.gz
+ sha512sums = 9e3c28e7c9d1ff5310241e07eb568085761598abfa203242fa3922532f09d0a3aec46155409ccb308e441a1484cfea8286a370e9b3dab260b5dbd92b559aeeb1
pkgname = python-tkfilebrowser
depends = python-psutil
diff --git a/PKGBUILD b/PKGBUILD
index a610372fda6a..4aab755938cc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=('python-tkfilebrowser' 'python2-tkfilebrowser')
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="File browser for Tkinter, alternative to tkinter.filedialog in linux with GTK bookmarks support."
url="https://github.com/j4321/tkFileBrowser"
arch=('any')
license=('GPL3')
source=("tkfilebrowser-$pkgver.tar.gz::https://github.com/j4321/tkFileBrowser/archive/v$pkgver.tar.gz")
-sha512sums=('d1d144d3bdc9e4be308936e1c5b6cccdbf1cb2c7543510a4a7d11fcad8721fe797fbcc66f35444bae40250c1828fb1788a00bc132123b147531cb814b9f63e6a')
+sha512sums=('9e3c28e7c9d1ff5310241e07eb568085761598abfa203242fa3922532f09d0a3aec46155409ccb308e441a1484cfea8286a370e9b3dab260b5dbd92b559aeeb1')
package_python-tkfilebrowser() {
makedepends=('python-setuptools')