summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc5d0569c3df..33421e17d651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
- pkgver = 2.5.6
- pkgrel = 2
+ pkgver = 2.5.7
+ pkgrel = 1
url = https://github.com/lefcha/imapfilter
arch = i686
arch = x86_64
@@ -12,8 +12,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.6
- md5sums = 9a7bd220201ba3f388208810e1c53349
+ source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.5.7
+ md5sums = 5af01afcca4a24b46f113f36bc3eaef8
pkgname = imapfilter
diff --git a/PKGBUILD b/PKGBUILD
index 958d4f564330..7da0c87ec915 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.5.6
-pkgrel=2
+pkgver=2.5.7
+pkgrel=1
pkgdesc="A mail filtering utility for processing IMAP mailboxes"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
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=('9a7bd220201ba3f388208810e1c53349')
+md5sums=('5af01afcca4a24b46f113f36bc3eaef8')
build() {
cd "$srcdir/$pkgname-$pkgver"