summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')