summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-03-18 11:06:32 -0700
committerJohnathan Jenkins2016-03-18 11:06:32 -0700
commit7f04ae8e9fb426c4cc39d05cf105730b81dca1c7 (patch)
treedf2ca4bdd59aec6163e4998788dd0e061846c655
parent79af7f9ce5ceb0f4780b7ed8b98f5df6034d9dbb (diff)
downloadaur-7f04ae8e9fb426c4cc39d05cf105730b81dca1c7.tar.gz
removed armv7h from arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6bb3ef40ba9..20815b4313b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Mar 18 17:10:18 UTC 2016
+# Fri Mar 18 18:06:20 UTC 2016
pkgbase = libunity
pkgdesc = Library for instrumenting and integrating with all aspects of the Unity shell
pkgver = 7.1.4
@@ -8,7 +8,6 @@ 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 0a8d8e243b95..1c2a79d82e84 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' 'armv7h')
+arch=('i686' 'x86_64')
url='https://launchpad.net/libunity'
license=('LGPL')
depends=('dee' 'gtk3' 'libdbusmenu-glib')