diff --git a/desktop/PKGBUILD b/desktop/PKGBUILD index 13f00e5..b13f454 100644 --- a/desktop/PKGBUILD +++ b/desktop/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eduard Urbach pkgname=akyoto-desktop pkgver=1 -pkgrel=3 +pkgrel=4 pkgdesc="Desktop packages" arch=('any') url="https://git.akyoto.dev/sys/arch" @@ -15,6 +15,7 @@ depends=( 'dnsmasq' 'eog' 'evolution' + 'ffmpeg' 'ffmpegthumbnailer' 'file-roller' 'firefox' diff --git a/extra/PKGBUILD b/extra/PKGBUILD index eeda9f3..346651f 100644 --- a/extra/PKGBUILD +++ b/extra/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Eduard Urbach pkgname=akyoto-extra pkgver=1 -pkgrel=2 +pkgrel=3 pkgdesc="Extra packages" arch=('any') url="https://git.akyoto.dev/sys/arch" @@ -9,7 +9,6 @@ license=('MIT') depends=( 'ali' 'fdupes' - 'ffmpeg' 'git-lfs' 'httpie' 'hyperfine'