summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Johansen2020-11-08 23:49:14 +0100
committerDan Johansen2020-11-08 23:49:14 +0100
commit89c7863bafe9e20de98a9b7a13976862ed457fb3 (patch)
tree1c27dbe69df020d7748ee1ca4c16713736338cd2 /PKGBUILD
parent61f568d87545c98521884f99ca4f0d8d30823bec (diff)
downloadaur-89c7863bafe9e20de98a9b7a13976862ed457fb3.tar.gz
add aarch64 to supported architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b56548393d95..16b89e506c01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=gpu-viewer
_pkgname=GPU-Viewer
pkgver=1.30
-pkgrel=1
+pkgrel=2
pkgdesc="A frontend to glxinfo and vulkaninfo."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/arunsivaramanneo/GPU-Viewer/"
license=('GPL3')
depends=('gtk3' 'python' 'python-gobject' 'vulkan-tools' 'clinfo' 'mesa-demos' 'vdpauinfo')