summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b8b29c0f17f..3148a84f91cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpman-gtk
pkgdesc = GTK frontend for SftpMan (application that handles sshfs/sftp file systems mounting).
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/spantaleev/sftpman-gtk
install = sftpman-gtk.install
@@ -12,7 +12,7 @@ pkgbase = sftpman-gtk
depends = sftpman>=0.5.0
depends = python-setuptools
optdepends = openssh-askpass: allows you to enter passwords during mounting [install requires session restart]
- source = git+https://github.com/spantaleev/sftpman-gtk.git#tag=1.0.1
+ source = git+https://github.com/spantaleev/sftpman-gtk.git#tag=1.0.2
md5sums = SKIP
pkgname = sftpman-gtk
diff --git a/PKGBUILD b/PKGBUILD
index bacd3c1e0a0e..addcc731cea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slavi Pantaleev <slavi at devture.com>
pkgname=sftpman-gtk
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="GTK frontend for SftpMan (application that handles sshfs/sftp file systems mounting)."
arch=('any')