summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2018-11-04 17:02:01 +0100
committerMartchus2018-11-04 17:03:37 +0100
commit9ba4a2e955ef000438e94a652174f9ef467b146e (patch)
tree0a4dc44d2be0a0f7e0062f8d14ab91c042cb10c7
parent8580d4ded8f5b88faf96d8fed843430b3a24a027 (diff)
downloadaur-9ba4a2e955ef000438e94a652174f9ef467b146e.tar.gz
Unify with my other PKGBUILDs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f98ed211c2c6..98e95fcee55d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri Mar 24 23:03:28 UTC 2017
pkgbase = videodownloader
pkgdesc = A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)
pkgver = 1.3.3
@@ -7,9 +5,13 @@ pkgbase = videodownloader
url = https://github.com/Martchus/videodownloader
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL
makedepends = cmake
makedepends = qt5-tools
+ makedepends = mesa
depends = qtutilities
depends = openssl
depends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index e59b729821d1..86a48a832c21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ _reponame=videodownloader
pkgname=videodownloader
pkgver=1.3.3
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)'
license=('GPL')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('cmake' 'qt5-tools' 'mesa')
url="https://github.com/Martchus/${_reponame}"
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz")
sha256sums=('60cb2e5e11a7665765dfe8904f51759bdef88b6d11cd93f9b83fab868f9c09e8')