summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Di Matteo2019-03-21 12:10:25 +0100
committerFabio Di Matteo2019-03-21 12:10:25 +0100
commit330ff1815d4378c50e0d8c3c3bcefa3c7680b252 (patch)
treede590ef180b90ea110768214ed9cd80fd7116926
parent65fff219141522bf34ccde98a2857d741e098344 (diff)
downloadaur-pobshare.tar.gz
Added FTPS support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f936a3cfd06..89b8d40f47e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 9cb4d4d2fc54..be8b86fecc6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'