summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2023-10-26 13:05:43 -0300
committerRafael Fontenelle2023-10-26 13:05:43 -0300
commit6beb78a4aaaddb61693e8f619d121d21209b537a (patch)
treeb92f9567a6f7724a56af4846ef4fa9e0a2b90010 /PKGBUILD
parent4cac1de796c6d0733da9a56d2ddb7ebf415fb8a7 (diff)
downloadaur-6beb78a4aaaddb61693e8f619d121d21209b537a.tar.gz
Enable aarch64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c897facc04fb..5da5c4223124 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=aravis
pkgver=0.8.30
-pkgrel=1
+pkgrel=2
pkgdesc="A vision library for genicam-based cameras"
url="https://wiki.gnome.org/Projects/Aravis"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
license=('LGPL')
depends=('gtk3' 'gst-plugins-base-libs' 'audit' 'libusb' 'python-gobject')
makedepends=('meson' 'gtk-doc' 'gobject-introspection' 'appstream-glib' 'gi-docgen')