diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-10 03:33:02 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-10 03:33:02 +0000 |
commit | 5a5e68340439f8c9b81e85410fcbd5135732161c (patch) | |
tree | dbcb42dd57af963fd0bb72573e72d417a32fe173 /core | |
parent | b42468f5bd3d7f19c1a0fa0ee08289745958caae (diff) |
Tue Jun 10 03:29:21 UTC 2014
Diffstat (limited to 'core')
-rw-r--r-- | core/s-nail/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/s-nail/PKGBUILD b/core/s-nail/PKGBUILD index 3dfdf6870..f2f551bc5 100644 --- a/core/s-nail/PKGBUILD +++ b/core/s-nail/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 210186 2014-04-10 21:57:03Z bisson $ +# $Id: PKGBUILD 214744 2014-06-09 08:32:36Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s@arch@gmail.com> # Contributor: Andreas Wagner <Andreas.Wagner@em.uni-frankfurt.de> pkgname=s-nail -pkgver=14.6.4 +pkgver=14.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 @@ arch=('i686' 'x86_64') depends=('openssl') optdepends=('smtp-forwarder: for sending mail') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz") -sha1sums=('f1aee095030283a75957aca0f16373ad53c28987') +sha1sums=('9eb367d017cdcb6eccc0f8d0064ac4565518c248') groups=('base') backup=('etc/mail.rc') |