summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2013-11-12 13:21:10 +0100
committerHyacinthe Cartiaux2015-06-09 14:05:08 +0200
commitf0cc6ffef604f4d88c6ae335763255012b8a3893 (patch)
tree3c005c02b6e9e2c7fbc4a0a2719497b3ed6a06e9
parentbf6f2aed73025e938c02cf09a024a8ecae31658b (diff)
downloadaur-f0cc6ffef604f4d88c6ae335763255012b8a3893.tar.gz
[imapfilter] Update to 2.5.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ffdad26a1ea..296bbc48ce23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
- pkgver = 2.5.5
- pkgrel = 2
+ pkgver = 2.5.6
+ pkgrel = 1
url = https://github.com/lefcha/imapfilter
arch = i686
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = imapfilter
depends = pcre
depends = openssl
optdepends = openssl: SSL/TLS encryption and CRAM-MD5 authentication
- source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.5.5
- md5sums = 719b7f606948699d5f057e3a62e6c666
+ source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.5.6
+ md5sums = 9a7bd220201ba3f388208810e1c53349
pkgname = imapfilter
diff --git a/PKGBUILD b/PKGBUILD
index e7a5a5824510..ec65d64aadcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.5.5
-pkgrel=2
+pkgver=2.5.6
+pkgrel=1
pkgdesc="A mail filtering utility for processing IMAP mailboxes"
arch=('i686' 'x86_64' 'armv6h')
url="https://github.com/lefcha/imapfilter"
@@ -13,7 +13,7 @@ license=('MIT')
depends=('lua' 'pcre' 'openssl')
optdepends=('openssl: SSL/TLS encryption and CRAM-MD5 authentication')
source=("https://codeload.github.com/lefcha/${pkgname}/tar.gz/v${pkgver}")
-md5sums=('719b7f606948699d5f057e3a62e6c666')
+md5sums=('9a7bd220201ba3f388208810e1c53349')
build() {
cd "$srcdir/$pkgname-$pkgver"