summaryrefslogtreecommitdiff
path: root/core/s-nail/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/s-nail/PKGBUILD')
-rw-r--r--core/s-nail/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/s-nail/PKGBUILD b/core/s-nail/PKGBUILD
index 4f8597e81..2e8e82cca 100644
--- a/core/s-nail/PKGBUILD
+++ b/core/s-nail/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 205499 2014-02-06 08:39:31Z bisson $
+# $Id: PKGBUILD 205863 2014-02-12 06:21:09Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s@arch@gmail.com>
@@ -6,7 +6,7 @@
pkgname=s-nail
pkgver=14.5.2
-pkgrel=3
+pkgrel=4
pkgdesc='Mail processing system with a command syntax reminiscent of ed'
url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
license=('custom:BSD')
@@ -15,9 +15,11 @@ depends=('openssl')
optdepends=('smtp-forwarder: for sending mail')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz"
'mimeheader.patch'
+ 'maildir.patch'
'sort.patch')
sha1sums=('26ad43f5f41b429d5f13a3ce73a3dff75325950c'
'e72ed84f584ebc50eb9d04779b8b754afa446bf4'
+ '9ba91a0c697c121d9de4ff67766ec90f4ee354b5'
'909da731e590d1d2877ed38bed667440a02d1259')
groups=('base')
@@ -29,6 +31,7 @@ conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i ../mimeheader.patch
+ patch -p1 -i ../maildir.patch
patch -p1 -i ../sort.patch
}