diff options
author | Slavi Pantaleev | 2018-02-02 15:19:31 +0200 |
---|---|---|
committer | Slavi Pantaleev | 2018-02-02 15:19:31 +0200 |
commit | 887207c4b45935a84bdf7ff4e8fc3bbed893bc04 (patch) | |
tree | f6740d6291fb4a4e45b93f9b1be8eb3260af0a2b /PKGBUILD | |
parent | 79af6ea01170efd9d3aec402ac845880060780d4 (diff) | |
download | aur-887207c4b45935a84bdf7ff4e8fc3bbed893bc04.tar.gz |
Release 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ -# Maintainer: Slavi Pantaleev <s.pantaleev at gmail.com> +# Maintainer: Slavi Pantaleev <slavi at devture.com> pkgname=sftpman epoch=1 -pkgver=0.6.3 +pkgver=1.0.1 pkgrel=1 pkgdesc="Application that handles sshfs/sftp file systems mounting." arch=('any') url="https://github.com/spantaleev/sftpman" -license=('BSD') +license=('GPL3') depends=('python' 'sshfs' 'python-setuptools') makedepends=('git') optdepends=('sftpman-gtk: GTK frontend') |