summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlavi Pantaleev2018-02-02 17:00:38 +0200
committerSlavi Pantaleev2018-02-02 17:00:38 +0200
commit65748ba5d8ef02dbb650e4a6e80ac5c0355713bf (patch)
treef0bb935f69bb655384879fc0eda2e2442b697ea5
parent45cc0735a87366b82401903fa93272710c35452e (diff)
downloadaur-65748ba5d8ef02dbb650e4a6e80ac5c0355713bf.tar.gz
Release 1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7f1d9e95939..dd8ff3a15af5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = sftpman-gtk
pkgdesc = GTK frontend for SftpMan (application that handles sshfs/sftp file systems mounting).
- pkgver = 0.4.4
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/spantaleev/sftpman-gtk
install = sftpman-gtk.install
arch = any
- license = BSD
+ license = GPL3
makedepends = git
depends = gtk3
depends = python-gobject
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=0.4.4
+ source = git+https://github.com/spantaleev/sftpman-gtk.git#tag=1.0
md5sums = SKIP
pkgname = sftpman-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 4ceaf458d7fe..0519e8f7ef1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Slavi Pantaleev <s.pantaleev at gmail.com>
pkgname=sftpman-gtk
-pkgver=0.4.4
+pkgver=1.0
pkgrel=1
pkgdesc="GTK frontend for SftpMan (application that handles sshfs/sftp file systems mounting)."
arch=('any')
url="https://github.com/spantaleev/sftpman-gtk"
-license=('BSD')
+license=('GPL3')
depends=('gtk3' 'python-gobject' 'sftpman>=0.5.0' 'python-setuptools')
makedepends=('git')
optdepends=("openssh-askpass: allows you to enter passwords during mounting [install requires session restart]")