diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2016-12-28 16:55:09 -0600 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2016-12-28 16:55:09 -0600 |
commit | 06ddfcf4fbfc85c7fc3ece986e556de2e2f3701b (patch) | |
tree | 15744504c44faf100bd830bdb20f23252b1a9342 /libre/gnome-boxes | |
parent | 4bb0ed566a66fd60f7b09ed82fa04052c7537a80 (diff) | |
download | abslibre-06ddfcf4fbfc85c7fc3ece986e556de2e2f3701b.tar.gz abslibre-06ddfcf4fbfc85c7fc3ece986e556de2e2f3701b.tar.bz2 abslibre-06ddfcf4fbfc85c7fc3ece986e556de2e2f3701b.zip |
gnome-boxes: add armv7h to arch array
Diffstat (limited to 'libre/gnome-boxes')
-rw-r--r-- | libre/gnome-boxes/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/gnome-boxes/PKGBUILD b/libre/gnome-boxes/PKGBUILD index ced541b93..9d8a7db4f 100644 --- a/libre/gnome-boxes/PKGBUILD +++ b/libre/gnome-boxes/PKGBUILD @@ -8,7 +8,7 @@ pkgname=gnome-boxes pkgver=3.22.3 pkgrel=1.parabola1 pkgdesc="Simple GNOME application to access remote or virtual systems, without artwork for non-FSDG compliant distros and operating systems" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') url="https://wiki.gnome.org/Apps/Boxes" license=('LGPL') conflicts=(${pkgname}-libre) |