summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Pitcher2022-10-24 20:48:43 -0700
committerBrad Pitcher2022-10-24 20:48:43 -0700
commit12e6541f5471f00bff9e58e26af913acea324d1f (patch)
treee3a06f6221d4177d3ba583e18086cd7bcd98778f
parent45bc20c86310b0c541f6cf5a9bad4f9998900ec0 (diff)
downloadaur-12e6541f5471f00bff9e58e26af913acea324d1f.tar.gz
add aarch64 to supported architectures
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ee6baa3293a..0c3c1b07e76a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = xvst
url = http://xviservicethief.sourceforge.net
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = sed
makedepends = qt5-tools
@@ -28,4 +29,3 @@ pkgbase = xvst
sha256sums = 32276bbba698c6de0e739550a0f03cc63545a5c2dc1fe5d39ac52874f069f8d3
pkgname = xvst
-
diff --git a/PKGBUILD b/PKGBUILD
index b1ce4fe7a8a8..2dd629ca4568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=1
pkgdesc='GUI tool for downloading videos from sites like YouTube, GoogleVideo etc.'
url='http://xviservicethief.sourceforge.net'
license=('GPL3')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
depends=('ffmpeg' 'qt5-webkit' 'qt5-script')
makedepends=('sed' 'qt5-tools')
optdepends=('flvstreamer: for downloading flv files.')