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

Gaëtan Bisson bisson at archlinux.org
Sun Oct 22 00:02:07 UTC 2017


    Date: Sunday, October 22, 2017 @ 00:02:01
  Author: bisson
Revision: 308317

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-21 22:06:42 UTC (rev 308316)
+++ PKGBUILD	2017-10-22 00:02:01 UTC (rev 308317)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner <Andreas.Wagner at em.uni-frankfurt.de>
 
 pkgname=s-nail
-pkgver=14.9.4
+pkgver=14.9.5
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://www.sdaoden.eu/code.html#s-nail'
@@ -15,7 +15,7 @@
 optdepends=('smtp-forwarder: for sending mail')
 validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
 source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('7f4a80a08255d22ec8005e905aef4e40af95ac12dce75d7f4fbbfd764248374c'
+sha256sums=('73422698534b53a3510efe47177c3f0295c0d6c88d872e8b193bb3937f1a9e2e'
             'SKIP')
 
 groups=('base')
@@ -41,6 +41,9 @@
 
 check() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+	sudo sed '/en_US.UTF-8/s/^#//' -i /etc/locale.gen
+	sudo locale-gen
+
 	make test
 }
 



More information about the arch-commits mailing list