diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-21 10:48:56 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-21 10:48:56 -0300 |
commit | 970781960c3e1a1941af155bf2cd755e13361a10 (patch) | |
tree | 161f540ac3acfff2b75bd79ba8284d5b0660a882 /libre/ffmpeg-libre/PKGBUILD | |
parent | 9b1034f455630540a6a7402c8857360591813e65 (diff) | |
download | abslibre-970781960c3e1a1941af155bf2cd755e13361a10.tar.gz abslibre-970781960c3e1a1941af155bf2cd755e13361a10.tar.bz2 abslibre-970781960c3e1a1941af155bf2cd755e13361a10.zip |
fixed provides fields for mplayer-libre, ffmpeg-libre and mplayer-vaapi-libre
Diffstat (limited to 'libre/ffmpeg-libre/PKGBUILD')
-rw-r--r-- | libre/ffmpeg-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/ffmpeg-libre/PKGBUILD b/libre/ffmpeg-libre/PKGBUILD index dc5725eff..41c332dca 100644 --- a/libre/ffmpeg-libre/PKGBUILD +++ b/libre/ffmpeg-libre/PKGBUILD @@ -17,9 +17,9 @@ makedepends=('yasm' 'git') source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}.tar.xz) md5sums=('dd682a876a496b9f9ae8afb3b3b70389') #source=(http://ffmpeg.org/releases//releases/ffmpeg-${pkgver}.tar.bz2) -provides=('ffmpeg') +provides=("ffmpeg=$pkgver") conflicts=('ffmpeg') -replaces=("ffmpeg=$pkgver") +replaces=('ffmpeg') build() { cd "$srcdir/${pkgname%-libre}" |