summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc182336be0e..10e7086f0237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = gpu-viewer
pkgdesc = A frontend to glxinfo and vulkaninfo.
pkgver = 1.30
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arunsivaramanneo/GPU-Viewer/
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL3
depends = gtk3
depends = python
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')