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

Florian Pritz bluewind at archlinux.org
Tue Oct 9 09:13:17 UTC 2018


    Date: Tuesday, October 9, 2018 @ 09:13:17
  Author: bluewind
Revision: 391378

fix FS#60298 by adding perl-net-ssleay dependency

Adding it only pulls in this one small pacakge and openssl which is in base anyways. No need for an optdep.

upgpkg: swaks 20170101.0-2

Modified:
  swaks/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-09 09:13:10 UTC (rev 391377)
+++ PKGBUILD	2018-10-09 09:13:17 UTC (rev 391378)
@@ -3,12 +3,12 @@
 
 pkgname=swaks
 pkgver=20170101.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Swiss Army Knife SMTP; Command line SMTP testing, including TLS and AUTH'
 arch=('any')
 url="http://jetmore.org/john/code/${pkgname}/"
 license=('GPL')
-depends=('perl-net-dns')
+depends=('perl-net-dns' 'perl-net-ssleay')
 source=("http://jetmore.org/john/code/${pkgname}/files/${pkgname}-${pkgver}.tar.gz")
 md5sums=('d01a94a510de0c8f56605d4e857969b9')
 



More information about the arch-commits mailing list