summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrián Pérez de Castro2016-02-28 17:40:00 +0200
committerAdrián Pérez de Castro2016-02-28 17:40:00 +0200
commit11de81455125b9059fe8c53b92e8ebf36ec903ca (patch)
tree9f566b8b655414ba3ac85f17f2875360b3c54b94 /PKGBUILD
parentc0f8e98aa9245b9d72c6a76df70541b3e6e428f1 (diff)
downloadaur-11de81455125b9059fe8c53b92e8ebf36ec903ca.tar.gz
Add architectures armv6h and armv7h
While "arm" is used as a generic ARM-based architecture (e.g. Kirkwood-based GuruPlug and DreamPlug use it), some devices have a more specific ARM variant architecture. This patch adds them as supported.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0615a02c9909..4dceba828987 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname='irssi-xmpp-git'
pkgdesc='irssi plugin to connect to the Jabber network (cdidier version)'
-pkgver=r0.52.26.g4df4194
-pkgrel=2
-arch=('arm' 'i686' 'x86_64')
+pkgver=v0.52.37.gbc6e1de
+pkgrel=1
+arch=('arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
license=('GPL2')
url="https://github.com/cdidier/irssi-xmpp"
depends=('loudmouth' 'irssi')