summarylogtreecommitdiffstats
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
parent260c05dee0c42dfe676cc43b0119e24fbe07e4ce (diff)
downloadaur-ec661f574de855e542dda047f4773febdbfed857.tar.gz
Added aarch64 architecture.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 434bbca2017d..f385f3fd0f74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = webcamoid
pkgdesc = Webcamoid is a full featured webcam capture application.
pkgver = 8.8.0
- pkgrel = 2
+ pkgrel = 3
url = https://webcamoid.github.io/
install = webcamoid.install
arch = i686
arch = x86_64
arch = armv6h
+ arch = aarch64
license = GPL
makedepends = v4l-utils
makedepends = qt5-tools
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')