summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2016-07-11 23:46:52 +0200
committerHyacinthe Cartiaux2016-07-11 23:46:52 +0200
commit70e9bfd91fece46ee161638f60dbfe580ef8ba1e (patch)
tree008fb05ba6a7e2a35929b15e890c54ed4eb25c93
parentedf3eaac15e9bcfce549a00511249d1d5e63f1ed (diff)
downloadaur-70e9bfd91fece46ee161638f60dbfe580ef8ba1e.tar.gz
Update to 2.6.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9ab658726a8..1653af2a9689 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 23 19:55:36 UTC 2016
+# Mon Jul 11 21:46:31 UTC 2016
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
- pkgver = 2.6.6
- pkgrel = 2
+ pkgver = 2.6.7
+ pkgrel = 1
url = https://github.com/lefcha/imapfilter
arch = i686
arch = x86_64
@@ -14,8 +14,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.6.6
- sha256sums = 3ee921d9ca23c794291fa9815028e02c19e0549e1f8ded1133a0ee1747a6230e
+ source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.6.7
+ sha256sums = 183efd43c805abaf3f60a1bca788d42da7f05c52fc952efd4555fa40233b4868
pkgname = imapfilter
diff --git a/PKGBUILD b/PKGBUILD
index 25299e28a301..8c0e43b08c35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: bct <bct at diffeq dot com>
pkgname=imapfilter
-pkgver=2.6.6
-pkgrel=2
+pkgver=2.6.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}")
-sha256sums=('3ee921d9ca23c794291fa9815028e02c19e0549e1f8ded1133a0ee1747a6230e')
+sha256sums=('183efd43c805abaf3f60a1bca788d42da7f05c52fc952efd4555fa40233b4868')
build() {
cd "$srcdir/$pkgname-$pkgver"