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

Gaëtan Bisson bisson at archlinux.org
Sun Jul 28 15:49:55 UTC 2019


    Date: Sunday, July 28, 2019 @ 15:49:54
  Author: bisson
Revision: 358703

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-28 15:49:33 UTC (rev 358702)
+++ PKGBUILD	2019-07-28 15:49:54 UTC (rev 358703)
@@ -4,8 +4,8 @@
 # Contributor: Andreas Wagner <Andreas.Wagner at em.uni-frankfurt.de>
 
 pkgname=s-nail
-pkgver=14.9.13
-pkgrel=2
+pkgver=14.9.14
+pkgrel=1
 pkgdesc='Environment for sending and receiving mail'
 url='https://www.sdaoden.eu/code.html#s-nail'
 license=('custom:BSD')
@@ -14,7 +14,7 @@
 optdepends=('smtp-forwarder: for sending mail')
 validpgpkeys=('EE19E1C1F2F7054F8D3954D8308964B51883A0DD')
 source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('edfa287d04bfcd03dd1c23277885b385ff47cfff92d0a116467996addba9ddd4'
+sha256sums=('1e4e002ff83fb697b9f33a786e6bdac0d6d0511a3cc1089cce299078a04a25ba'
             'SKIP')
 
 groups=('base')
@@ -40,7 +40,7 @@
 
 check() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	make test < /dev/null
+	make test
 }
 
 package() {



More information about the arch-commits mailing list