summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7caa84b79470..b7520642b46e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,10 @@
# Maintainer: Martchus <martchus@gmx.net>
# Contributor: Karl-Felix Glatzer <karl.glatzer@gmx.de>
+
+# This version includes the programs in contrast to the version found in the AUR.
+
pkgname=mingw-w64-x264-bootstrap
-pkgver=148.20160103
+pkgver=148.20170521
pkgrel=1
epoch=1
pkgdesc='Free library for encoding H264/AVC video streams (mingw-w64)'
@@ -12,9 +15,9 @@ depends=('mingw-w64-crt')
#provides=('mingw-w64-libx264.so')
options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'yasm' 'git')
-provides=(mingw-w64-freetype ${pkgname%-bootstrap})
-conflicts=(mingw-w64-freetype ${pkgname%-bootstrap})
-_commit=5c6570495f8f1c716b294aee1430d8766a4beb9c
+provides=(${pkgname%-bootstrap})
+conflicts=(${pkgname%-bootstrap})
+_commit=aaa9aa83a111ed6f1db253d5afa91c5fc844583f
source=("git://git.videolan.org/x264.git#commit=${_commit}")
md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"