summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlavi Pantaleev2018-02-02 15:19:31 +0200
committerSlavi Pantaleev2018-02-02 15:19:31 +0200
commit887207c4b45935a84bdf7ff4e8fc3bbed893bc04 (patch)
treef6740d6291fb4a4e45b93f9b1be8eb3260af0a2b
parent79af6ea01170efd9d3aec402ac845880060780d4 (diff)
downloadaur-887207c4b45935a84bdf7ff4e8fc3bbed893bc04.tar.gz
Release 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f77dda6355c..2a4ce2e56b5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = sftpman
pkgdesc = Application that handles sshfs/sftp file systems mounting.
- pkgver = 0.6.3
+ pkgver = 1.0.1
pkgrel = 1
epoch = 1
url = https://github.com/spantaleev/sftpman
install = sftpman.install
arch = any
- license = BSD
+ license = GPL3
makedepends = git
depends = python
depends = sshfs
depends = python-setuptools
optdepends = sftpman-gtk: GTK frontend
- source = git+https://github.com/spantaleev/sftpman.git#tag=0.6.3
+ source = git+https://github.com/spantaleev/sftpman.git#tag=1.0.1
md5sums = SKIP
pkgname = sftpman
diff --git a/PKGBUILD b/PKGBUILD
index 3bf5ce2fd2cb..1aeaa1d6df8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')