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

Gaetan Bisson bisson at archlinux.org
Sat Sep 27 22:05:44 UTC 2014


    Date: Sunday, September 28, 2014 @ 00:05:44
  Author: bisson
Revision: 223596

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-27 21:08:48 UTC (rev 223595)
+++ PKGBUILD	2014-09-27 22:05:44 UTC (rev 223596)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner <Andreas.Wagner at em.uni-frankfurt.de>
 
 pkgname=s-nail
-pkgver=14.7.6
+pkgver=14.7.7
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
@@ -14,7 +14,7 @@
 depends=('openssl' 'krb5')
 optdepends=('smtp-forwarder: for sending mail')
 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz")
-sha1sums=('019eab4f2af2be2a64691132bfc509d50d8e203a')
+sha1sums=('c07f85db753f6cc0316ae5a28582ba27f1424d08')
 
 groups=('base')
 backup=('etc/mail.rc')
@@ -39,6 +39,7 @@
 
 check() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+	ln -s mail s-nail
 	make test
 }
 



More information about the arch-commits mailing list