Date: Thursday, December 15, 2016 @ 20:44:10 Author: lfleischer Revision: 199601
upgpkg: stunnel 5.38-1 * Upstream update. * Build with socket activation support. Modified: stunnel/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-15 20:12:57 UTC (rev 199600) +++ PKGBUILD 2016-12-15 20:44:10 UTC (rev 199601) @@ -4,7 +4,7 @@ # Contributor: Kevin Piche <[email protected]> pkgname=stunnel -pkgver=5.37 +pkgver=5.38 pkgrel=1 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL" arch=('i686' 'x86_64') @@ -11,11 +11,12 @@ url="https://www.stunnel.org/" license=('GPL') depends=('openssl') +makedepends=('systemd') install=$pkgname.install source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc} 'Makefile.patch' 'stunnel.tmpfiles.conf') -md5sums=('96de707ac49db271cfaca35c36a44cbf' +md5sums=('4f91715f097da5f061eb0c8b635ad440' 'SKIP' '579f198ecb90a42fcbfd8a4e48006264' '2e065a39998e57727ee79887bbd1751e')
