[arch-commits] Commit in sslh/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Tue Aug 19 12:02:24 UTC 2014


    Date: Tuesday, August 19, 2014 @ 14:02:24
  Author: seblu
Revision: 117628

upgpkg: sslh 1.16-2

- fix FS#41285

Modified:
  sslh/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-19 12:02:01 UTC (rev 117627)
+++ PKGBUILD	2014-08-19 12:02:24 UTC (rev 117628)
@@ -5,12 +5,12 @@
 
 pkgname=sslh
 pkgver=1.16
-pkgrel=1
+pkgrel=2
 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
 arch=('i686' 'x86_64')
 url='http://www.rutschle.net/tech/sslh.shtml'
 license=('GPL2')
-depends=('libconfig')
+depends=('libcap' 'libconfig')
 backup=('etc/sslh.conf')
 install=$pkgname.install
 source=("http://www.rutschle.net/tech/$pkgname-v$pkgver.tar.gz"
@@ -22,7 +22,7 @@
 
 build() {
   cd $pkgname-v$pkgver
-  make VERSION=\"v$pkgver\"
+  make VERSION=\"v$pkgver\" USELIBCAP=1
 }
 
 package() {




More information about the arch-commits mailing list