summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2022-10-22 20:22:44 +0300
committerDimitris Kiziridis2022-10-22 20:22:44 +0300
commitb8cddf0c94fbfd9e58d8ca6a88daf77436ffed51 (patch)
tree09592a2da947d56004f18b3c29a738d1da061bcf /PKGBUILD
parent69c962593309cfdc80a0ab8a4cb36f9d27273397 (diff)
downloadaur-b8cddf0c94fbfd9e58d8ca6a88daf77436ffed51.tar.gz
adding ffmpeg to depends array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ddeecc9f018..c1626d69e642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64' 'aarch64' 'armv7h')
url='https://github.com/stashapp/stash'
license=('AGPL3')
provides=('stash')
+depends=('ffmpeg')
source_x86_64=("${pkgname}-${pkgver}::https://github.com/stashapp/stash/releases/download/v${pkgver}/stash-linux")
source_aarch64=("${pkgname}-${pkgver}::https://github.com/stashapp/stash/releases/download/v${pkgver}/stash-linux-arm64v8")
source_armv7h=("${pkgname}-${pkgver}::https://github.com/stashapp/stash/releases/download/v${pkgver}/stash-linux-arm32v7")