summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2022-10-22 20:22:44 +0300
committerDimitris Kiziridis2022-10-22 20:22:44 +0300
commitb8cddf0c94fbfd9e58d8ca6a88daf77436ffed51 (patch)
tree09592a2da947d56004f18b3c29a738d1da061bcf
parent69c962593309cfdc80a0ab8a4cb36f9d27273397 (diff)
downloadaur-b8cddf0c94fbfd9e58d8ca6a88daf77436ffed51.tar.gz
adding ffmpeg to depends array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e668b9836ad..c4324bf5f3d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = stash-bin
arch = aarch64
arch = armv7h
license = AGPL3
+ depends = ffmpeg
provides = stash
source_x86_64 = stash-bin-0.17.1::https://github.com/stashapp/stash/releases/download/v0.17.1/stash-linux
sha256sums_x86_64 = 6bd6034895b42721b4cd93a1f83484724177231bc48104921fb2a583eabe0f78
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")