diff options
author | Jo De Boeck | 2017-02-05 08:54:39 +0200 |
---|---|---|
committer | Jo De Boeck | 2017-02-05 08:54:39 +0200 |
commit | d5f02d8c75659a86d5a28ccfda330c17b31ee444 (patch) | |
tree | 36b0ddb45401ab702b8f99eee1ad01b5a633dc52 | |
parent | c91996a0688c63a775671b7c7858b3a8acc23708 (diff) | |
download | aur-d5f02d8c75659a86d5a28ccfda330c17b31ee444.tar.gz |
Update description
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = sshsocksvpn - pkgdesc = Set of tools to interface with Kodi/XBMC + pkgdesc = Have an easy way to manage socks tunnels created via SSH and manage a tun2socks on top of it. pkgver = 0.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/grimpy/koditools arch = any license = GPL2 @@ -2,11 +2,11 @@ pkgname=sshsocksvpn provides=('sshsocksvpn') -pkgrel=1 +pkgrel=2 pkgver=0.1 arch=('any') license=('GPL2') -pkgdesc="Set of tools to interface with Kodi/XBMC" +pkgdesc="Have an easy way to manage socks tunnels created via SSH and manage a tun2socks on top of it." url="https://github.com/grimpy/koditools" depends=('python' 'python-psutil' 'openssh' 'badvpn') makedepends=('python-distribute' 'git') |