summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlavi Pantaleev2018-03-09 17:59:24 +0200
committerSlavi Pantaleev2018-03-09 17:59:24 +0200
commitd43dbe12a22a8d65fa1380d5f6157bf2169162b8 (patch)
tree188672f3bf6e5dd405f2967c9654cb5ad87b91e7
parenta9d47bb05290ea89320c172284a21838c0253aff (diff)
downloadaur-d43dbe12a22a8d65fa1380d5f6157bf2169162b8.tar.gz
Release 1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 634d0f7da134..1d0947becd15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sftpman
pkgdesc = Application that handles sshfs/sftp file systems mounting.
- pkgver = 1.0.1
- pkgrel = 2
+ pkgver = 1.0.2
+ pkgrel = 1
epoch = 1
url = https://github.com/spantaleev/sftpman
install = sftpman.install
@@ -12,7 +12,7 @@ pkgbase = sftpman
depends = sshfs
depends = python-setuptools
optdepends = sftpman-gtk: GTK frontend
- source = git+https://github.com/spantaleev/sftpman.git#tag=1.0.1
+ source = git+https://github.com/spantaleev/sftpman.git#tag=1.0.2
md5sums = SKIP
pkgname = sftpman
diff --git a/PKGBUILD b/PKGBUILD
index 1483f4ec17ac..cacdc96bdc1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=sftpman
epoch=1
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
pkgdesc="Application that handles sshfs/sftp file systems mounting."
arch=('any')
url="https://github.com/spantaleev/sftpman"