summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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.')