summarylogtreecommitdiffstats
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
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.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 173a84308b71..021cbfa2d699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = irssi-xmpp-git
pkgdesc = irssi plugin to connect to the Jabber network (cdidier version)
- pkgver = r0.52.26.g4df4194
- pkgrel = 2
+ pkgver = v0.52.37.gbc6e1de
+ pkgrel = 1
url = https://github.com/cdidier/irssi-xmpp
arch = arm
+ arch = armv6h
+ arch = armv7h
arch = i686
arch = x86_64
license = GPL2
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')