summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2019-03-27 11:50:41 +0100
committerkfg2019-03-27 11:56:38 +0100
commit06543b52b5bba8f240c098097273ee287513c93f (patch)
tree8c52fc3e4ab4775493730328114f5d103afe6e51
parent222f32ce55b68293fc333d09dcd5f456f1f5de99 (diff)
downloadaur-06543b52b5bba8f240c098097273ee287513c93f.tar.gz
upgpkg: mingw-w64-x264 2:157.r72db4377-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4e45994841d..7f2ed5ee76e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 8 06:44:36 UTC 2018
+# Wed Mar 27 10:56:30 UTC 2019
pkgbase = mingw-w64-x264
pkgdesc = Open Source H264/AVC video encoder (mingw-w64)
- pkgver = 155.r0a84d986
+ pkgver = 157.r72db4377
pkgrel = 1
epoch = 2
url = http://www.videolan.org/developers/x264.html
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-x264
options = !strip
options = !buildflags
options = staticlibs
- source = git://git.videolan.org/x264.git#commit=0a84d986e7020f8344f00752e3600b9769cc1e85
- md5sums = SKIP
+ source = git+https://code.videolan.org/videolan/x264.git#commit=72db437770fd1ce3961f624dd57a8e75ff65ae0b
+ sha256sums = SKIP
pkgname = mingw-w64-x264
diff --git a/PKGBUILD b/PKGBUILD
index 0c9948af3462..8a05f4b43e71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer : Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-x264
-pkgver=155.r0a84d986
+pkgver=157.r72db4377
pkgrel=1
epoch=2
pkgdesc='Open Source H264/AVC video encoder (mingw-w64)'
@@ -11,9 +11,8 @@ depends=('mingw-w64-crt' 'mingw-w64-ffmpeg' 'mingw-w64-l-smash')
#provides=('mingw-w64-libx264.so')
options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'git' 'nasm')
-_commit='0a84d986e7020f8344f00752e3600b9769cc1e85'
-source=(git://git.videolan.org/x264.git#commit=${_commit})
-md5sums=('SKIP')
+source=('git+https://code.videolan.org/videolan/x264.git#commit=72db437770fd1ce3961f624dd57a8e75ff65ae0b')
+sha256sums=(SKIP)
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgver() {