summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGordonGR2018-09-02 14:44:28 +0300
committerGordonGR2018-09-02 14:44:28 +0300
commit30daf5f7f5037f8b11e1f9faa398c5cf8fb6d2eb (patch)
tree6cc3bd1cba746a53262f79ef54c730fd92aca917 /PKGBUILD
parent11f9284780f47a3f7563d5945c6b4810763d6f92 (diff)
downloadaur-30daf5f7f5037f8b11e1f9faa398c5cf8fb6d2eb.tar.gz
155.r0a84d986-3: Added the forgotten dependency to x264
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 102a29f5cd76..1d972231128c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,17 +8,13 @@
pkgname=lib32-x264
_pkgname=x264
pkgver=155.r0a84d986
-pkgrel=2
+pkgrel=3
pkgdesc='Open Source H264/AVC video encoder (lib32)'
arch=('x86_64')
url='https://www.videolan.org/developers/x264.html'
license=('GPL')
-#depends=(
-# 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'liblsmash.so'
-# 'libswscale.so'
-#)
+depends=("${_pkgname}")
makedepends=('git' 'l-smash' 'nasm')
-#ffmpeg
provides=('lib32-libx264' 'libx264.so')
conflicts=('lib32-libx264' 'lib32-libx264-10bit' 'lib32-libx264-all')
replaces=('lib32-libx264' 'lib32-libx264-10bit' 'lib32-libx264-all')