summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 830f573a2e17..236a61939e20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = lib32-ffmpeg
pkgdesc = Complete and free Internet live audio and video broadcasting solution for Linux/Unix
pkgver = 2.7.1
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = http://ffmpeg.org/
arch = x86_64
license = GPL
makedepends = yasm
makedepends = hardening-wrapper
+ depends = ffmpeg
depends = lib32-alsa-lib
depends = lib32-fontconfig
depends = lib32-gnutls
diff --git a/PKGBUILD b/PKGBUILD
index 3e38ebfbe905..8ee40f290f04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
_pkgbasename=ffmpeg
pkgname=lib32-$_pkgbasename
pkgver=2.7.1
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
arch=('x86_64')
url="http://ffmpeg.org/"
license=('GPL')
-depends=(
+depends=("$_pkgbasename"
'lib32-alsa-lib' 'lib32-fontconfig'
'lib32-gnutls' 'lib32-sdl' 'lib32-libva'
'lib32-libass' 'lib32-libbluray' 'lib32-fribidi'