diff options
author | Fabio Di Matteo | 2019-03-21 12:10:25 +0100 |
---|---|---|
committer | Fabio Di Matteo | 2019-03-21 12:10:25 +0100 |
commit | 330ff1815d4378c50e0d8c3c3bcefa3c7680b252 (patch) | |
tree | de590ef180b90ea110768214ed9cd80fd7116926 | |
parent | 65fff219141522bf34ccde98a2857d741e098344 (diff) | |
download | aur-pobshare.tar.gz |
Added FTPS support
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = pobshare pkgdesc = Pobshare is A simple gui for share files. - pkgver = 0.1 + pkgver = 0.2 pkgrel = 1 url = https://github.com/pobfdm/pobshare arch = any @@ -8,6 +8,7 @@ pkgbase = pobshare license = GPL depends = python-wxpython depends = python-pyftpdlib + depends = python-pyopenssl provides = pobshare conflicts = pobshare source = https://github.com/pobfdm/pobshare/archive/master.zip @@ -1,12 +1,12 @@ # Maintainer: Fabio Di Matteo <pobfdm@gmail.com> pkgname=pobshare-git -pkgver=0.1 +pkgver=0.2 pkgrel=1 pkgdesc="A simple gui for share files. " arch=('any') url="https://github.com/pobfdm/pobshare.git" license=('GPL') -depends=('python-wxpython' 'python-pyftpdlib') +depends=('python-wxpython' 'python-pyftpdlib' 'python-pyopenssl') conflicts=('pobshare') source=(https://github.com/pobfdm/pobshare/archive/master.zip) md5sums=('SKIP') #generate with 'makepkg -g' |