summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlavi Pantaleev2023-10-11 10:25:42 +0300
committerSlavi Pantaleev2023-10-11 10:25:42 +0300
commit318d1398e57eb4b6fdfa5f0ef48ff949376a6db5 (patch)
tree63b00b4603d392b88afd284227aee74fda4b23a9
parent422d6bbf48e6045be4b4879d42c62bfc6e7ade9f (diff)
downloadaur-sftpman-gtk.tar.gz
Release 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b83c98769112..ad09df275d63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sftpman-gtk
pkgdesc = GTK frontend for SftpMan (application that handles sshfs/sftp file systems mounting).
- pkgver = 1.2.0
- pkgrel = 1
+ pkgver = 1.3.0
+ pkgrel = 0
url = https://github.com/spantaleev/sftpman-gtk
install = sftpman-gtk.install
arch = any
@@ -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.2.0
+ source = git+https://github.com/spantaleev/sftpman-gtk.git#tag=1.3.0
md5sums = SKIP
pkgname = sftpman-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 61ef3acad4db..da798ebc010d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Slavi Pantaleev <slavi at devture.com>
pkgname=sftpman-gtk
-pkgver=1.2.0
-pkgrel=1
+pkgver=1.3.0
+pkgrel=0
pkgdesc="GTK frontend for SftpMan (application that handles sshfs/sftp file systems mounting)."
arch=('any')
url="https://github.com/spantaleev/sftpman-gtk"