summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Frankenau2016-06-25 18:49:00 +0200
committerJohannes Frankenau2016-06-25 18:49:00 +0200
commit7890a06a010e3826df193044c56d5ea6708add88 (patch)
tree9e43372fc392d1d6b6ecd96e4f2101c400013010
parentf5a2347e3fdc3c5f0bf621215ab46b24746fdf3d (diff)
downloadaur-7890a06a010e3826df193044c56d5ea6708add88.tar.gz
Add armv6h to supported architectures
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e4da15ae033..e1ed55fbb3bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = mutt-sidebar
pkgdesc = Small but very powerful text-based mail client with sidebar and trash patches from NeoMutt
pkgver = 1.6.1
- pkgrel = 5
+ pkgrel = 6
url = http://www.mutt.org/
arch = i686
arch = x86_64
+ arch = armv6h
license = GPL
depends = gpgme
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index f3222645bcae..aabf2495e2a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=mutt-sidebar
_pkgname=mutt
pkgver=1.6.1
-pkgrel=5
+pkgrel=6
pkgdesc='Small but very powerful text-based mail client with sidebar and trash patches from NeoMutt'
url='http://www.mutt.org/'
license=('GPL')
backup=('etc/Muttrc')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
conflicts=('mutt')
provides=('mutt')
depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn' 'mime-types' 'krb5')