summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2014-08-13 16:57:27 +0200
committerHyacinthe Cartiaux2015-06-09 14:05:09 +0200
commit793c93d3100ece409698ab11a804c7e8a65e7dec (patch)
tree952bec9ca96d14fc5aef84088afa9b23c6af4b2f
parentf0cc6ffef604f4d88c6ae335763255012b8a3893 (diff)
downloadaur-793c93d3100ece409698ab11a804c7e8a65e7dec.tar.gz
[imapfilter] pkgrel bump, new supported arch armv7h
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 296bbc48ce23..bc5d0569c3df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
pkgver = 2.5.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lefcha/imapfilter
arch = i686
arch = x86_64
arch = armv6h
+ arch = armv7h
license = MIT
depends = lua
depends = pcre
diff --git a/PKGBUILD b/PKGBUILD
index ec65d64aadcf..958d4f564330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=imapfilter
pkgver=2.5.6
-pkgrel=1
+pkgrel=2
pkgdesc="A mail filtering utility for processing IMAP mailboxes"
-arch=('i686' 'x86_64' 'armv6h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/lefcha/imapfilter"
license=('MIT')
depends=('lua' 'pcre' 'openssl')