summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2013-11-02 19:33:41 +0100
committerHyacinthe Cartiaux2015-06-09 14:05:06 +0200
commitbf6f2aed73025e938c02cf09a024a8ecae31658b (patch)
tree497945832049e1368628ca9ab104597a1c5d0e5b
parentfe64aa61b0483e4753ea87be6a16db9f3519bf7f (diff)
downloadaur-bf6f2aed73025e938c02cf09a024a8ecae31658b.tar.gz
[imapfilter] Support for armv6h (raspberry pi)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6119f2e357a..5ffdad26a1ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
pkgver = 2.5.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lefcha/imapfilter
arch = i686
arch = x86_64
+ arch = armv6h
license = MIT
depends = lua
depends = pcre
diff --git a/PKGBUILD b/PKGBUILD
index 9288eb93ef6d..e7a5a5824510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=imapfilter
pkgver=2.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="A mail filtering utility for processing IMAP mailboxes"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
url="https://github.com/lefcha/imapfilter"
license=('MIT')
depends=('lua' 'pcre' 'openssl')