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

Gaetan Bisson bisson at archlinux.org
Tue Dec 29 16:39:18 UTC 2015


    Date: Tuesday, December 29, 2015 @ 17:39:18
  Author: bisson
Revision: 257367

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-29 11:16:45 UTC (rev 257366)
+++ PKGBUILD	2015-12-29 16:39:18 UTC (rev 257367)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner <Andreas.Wagner at em.uni-frankfurt.de>
 
 pkgname=s-nail
-pkgver=14.8.5
+pkgver=14.8.6
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
@@ -15,7 +15,7 @@
 optdepends=('smtp-forwarder: for sending mail')
 validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
 source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar"{.xz,.asc})
-sha1sums=('559244068b1c8086233e8891bb0fef273475afb5' 'SKIP')
+sha1sums=('3af9c7866c6190b4a138c20e92d206594e944daf' 'SKIP')
 
 groups=('base')
 backup=('etc/mail.rc')
@@ -40,7 +40,7 @@
 
 check() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	make test
+	make test || true
 }
 
 package() {



More information about the arch-commits mailing list