summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbegin-theadventure2023-06-21 08:55:16 +0200
committerbegin-theadventure2023-06-21 08:55:16 +0200
commit641be2948d266ebee646eaaf7a72a65deed377f8 (patch)
treeda4173b24f16c2380fd9ea3a65f3a0fac3f53b60 /PKGBUILD
parenta7f98c957997a943ffb267599409142dbad877d5 (diff)
downloadaur-641be2948d266ebee646eaaf7a72a65deed377f8.tar.gz
Fix one depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d0eaef18783..02f7c42c612f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=footage
pkgdesc="Trim, flip, rotate and crop individual clips. Footage is a useful tool for quickly editing short videos and screencasts. It's also capable of exporting any video into a format of your choice"
pkgver=1.1
-pkgrel=2
+pkgrel=3
arch=('any')
url="https://gitlab.com/adhami3310/Footage"
license=('GPL3')
-depends=('a52' 'fdkaac' 'gst-editing-services' 'gst-plugins-rs' 'gstreamer'
+depends=('a52dec' 'fdkaac' 'gst-editing-services' 'gst-plugins-rs' 'gstreamer'
'libadwaita' 'libmpeg2' 'svt-av1' 'vo-aacenc' 'x264' 'x265')
makedepends=('blueprint-compiler' 'cargo' 'git' 'meson')
checkdepends=('appstream-glib')