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

Gaetan Bisson bisson at archlinux.org
Sat Mar 26 17:35:46 UTC 2016


    Date: Saturday, March 26, 2016 @ 18:35:46
  Author: bisson
Revision: 262580

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-26 16:58:40 UTC (rev 262579)
+++ PKGBUILD	2016-03-26 17:35:46 UTC (rev 262580)
@@ -5,17 +5,17 @@
 # Contributor: Andreas Wagner <Andreas.Wagner at em.uni-frankfurt.de>
 
 pkgname=s-nail
-pkgver=14.8.6
-pkgrel=2
+pkgver=14.8.8
+pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+url='http://www.sdaoden.eu/code.html#s-nail'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 depends=('openssl' 'krb5')
 optdepends=('smtp-forwarder: for sending mail')
 validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar"{.xz,.asc})
-sha1sums=('3af9c7866c6190b4a138c20e92d206594e944daf' 'SKIP')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar"{.xz,.asc})
+sha1sums=('5cca53ed48e85edf4310700ce7264f8b253fe44c' 'SKIP')
 
 groups=('base')
 backup=('etc/mail.rc')
@@ -40,7 +40,7 @@
 
 check() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	make test || true
+	make test
 }
 
 package() {



More information about the arch-commits mailing list