summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeyras2016-07-25 22:15:44 +0200
committerTeyras2016-07-25 22:16:46 +0200
commitea5ab9f7ee9653c0b064f74ea0a7df57018fe588 (patch)
tree61da046c6f27d860696311b1a9ca29db9e808a0a
parent0d359543eef89990e3a6aebd709bb04b9dc0636f (diff)
downloadaur-ea5ab9f7ee9653c0b064f74ea0a7df57018fe588.tar.gz
add armv6h arch
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb7fe8f4eb72..24f6256d24f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = purple-hangouts-hg
url = https://bitbucket.org/EionRobb/purple-hangouts
arch = i686
arch = x86_64
+ arch = armv6h
license = unknown
makedepends = mercurial
depends = libpurple
diff --git a/PKGBUILD b/PKGBUILD
index af6d46e41f14..28a5ad0b637d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=purple-hangouts-hg
srcname=purple-hangouts
pkgdesc='A Pidgin plugin to support the proprietary protocol used by Google for the Hangouts service.'
url='https://bitbucket.org/EionRobb/purple-hangouts'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
pkgver=r242.6c61bf6e48e5
pkgrel=1
license=('unknown')