summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2022-01-17 10:08:46 -0300
committerGonzalo Exequiel Pedone2022-01-17 10:08:46 -0300
commitec661f574de855e542dda047f4773febdbfed857 (patch)
tree9edca7bff0984b3a13ef6d33d60366964ef982d0 /PKGBUILD
parent260c05dee0c42dfe676cc43b0119e24fbe07e4ce (diff)
downloadaur-ec661f574de855e542dda047f4773febdbfed857.tar.gz
Added aarch64 architecture.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adecd356f89c..a44d68af06d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=webcamoid
pkgver=8.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="Webcamoid is a full featured webcam capture application."
url='https://webcamoid.github.io/'
license=('GPL')
-arch=('i686' 'x86_64' 'armv6h')
+arch=('i686' 'x86_64' 'armv6h' 'aarch64')
depends=('qt5-quickcontrols'
'qt5-quickcontrols2'
'qt5-svg')