summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-03-18 10:10:39 -0700
committerJohnathan Jenkins2016-03-18 10:10:39 -0700
commit79af7f9ce5ceb0f4780b7ed8b98f5df6034d9dbb (patch)
tree8277ac4e480a17f24e2bbd268cfb2fe9cabe3d93
parent56467f071bcd3c1ca878d7f58106d5b4895813e8 (diff)
downloadaur-79af7f9ce5ceb0f4780b7ed8b98f5df6034d9dbb.tar.gz
add armv7h to arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b3399203e1e..b6bb3ef40ba9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Nov 6 16:59:23 UTC 2015
+# Fri Mar 18 17:10:18 UTC 2016
pkgbase = libunity
pkgdesc = Library for instrumenting and integrating with all aspects of the Unity shell
pkgver = 7.1.4
@@ -8,6 +8,7 @@ pkgbase = libunity
install = libunity.install
arch = i686
arch = x86_64
+ arch = armv7h
license = LGPL
makedepends = bzr
makedepends = gnome-common
diff --git a/PKGBUILD b/PKGBUILD
index 1c2a79d82e84..0a8d8e243b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=libunity
pkgver=7.1.4
pkgrel=2
pkgdesc='Library for instrumenting and integrating with all aspects of the Unity shell'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url='https://launchpad.net/libunity'
license=('LGPL')
depends=('dee' 'gtk3' 'libdbusmenu-glib')