summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2018-08-14 23:58:24 +0200
committerJuliette Monsel2018-08-14 23:58:24 +0200
commit1dd8dc959e5a1a959fe3bda2e0151d828a04e6dc (patch)
treef000104d39c7c017f8e1b64098d1d5cb6766552d
parentef2ab8ad54ea6083fc2213cea0f087a1f18042d2 (diff)
downloadaur-1dd8dc959e5a1a959fe3bda2e0151d828a04e6dc.tar.gz
v2.2.4
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de195129bfc4..ed24992fa508 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.2.3
+ pkgver = 2.2.4
pkgrel = 1
url = https://github.com/j4321/tkFileBrowser
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python2-setuptools
- source = tkFileBrowser-2.2.3.tar.gz::https://github.com/j4321/tkFileBrowser/archive/v2.2.3.tar.gz
- sha512sums = 180f80c362f45487e4924e34bce899075ef0b8330fe09220384f48908bdd2651985bfc0bce6f640ba40a699f288e82808cf4691c9268a284a00b679ad695c8a2
+ source = tkFileBrowser-2.2.4.tar.gz::https://github.com/j4321/tkFileBrowser/archive/v2.2.4.tar.gz
+ sha512sums = 5d1f14ada3239454cc6a5af15345d4d8929d7af5ff9973a74420060aac878ca3c54da6055202a3c627fedac666b352bc2c3ad072cc33bcbef0d10e809407814a
pkgname = python-tkfilebrowser
depends = python-psutil
diff --git a/PKGBUILD b/PKGBUILD
index 3e7ac7398bc2..e20b2da51344 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.2.3
+pkgver=2.2.4
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=('180f80c362f45487e4924e34bce899075ef0b8330fe09220384f48908bdd2651985bfc0bce6f640ba40a699f288e82808cf4691c9268a284a00b679ad695c8a2')
+sha512sums=('5d1f14ada3239454cc6a5af15345d4d8929d7af5ff9973a74420060aac878ca3c54da6055202a3c627fedac666b352bc2c3ad072cc33bcbef0d10e809407814a')
build() {
cd "${srcdir}/$_name-${pkgver}"