summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers2022-01-27 01:06:32 -0500
committerAlexandre Demers2022-01-27 01:06:32 -0500
commit5c10a825dc26ea5b4d0f47ebbe856afc60f65dd7 (patch)
treeb76f3168607c4ed195b0e6654d5dd33e86d44258
parent77fe92c6123e82722299ec8d152afb031cd8670f (diff)
downloadaur-5c10a825dc26ea5b4d0f47ebbe856afc60f65dd7.tar.gz
Update to 164.r3081.19856cc
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1117667eeb9e..c221f1ba7465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-x264
pkgdesc = Open Source H264/AVC video encoder (32 bit)
- pkgver = 0.163.r3060.5db6aa6
+ pkgver = 0.164.r3081.19856cc
pkgrel = 1
epoch = 3
url = https://www.videolan.org/developers/x264.html
@@ -9,7 +9,7 @@ pkgbase = lib32-x264
makedepends = git
makedepends = nasm
makedepends = lib32-gcc-libs
- depends = x264>=3:0.163.r3060.5db6aa6
+ depends = x264>=3:0.164.r3081.19856cc
depends = lib32-glibc
depends = lib32-l-smash
provides = lib32-libx264
@@ -20,7 +20,7 @@ pkgbase = lib32-x264
replaces = lib32-libx264
replaces = lib32-libx264-10bit
replaces = lib32-libx264-all
- source = git+https://git.videolan.org/git/x264.git#commit=5db6aa6cab1b146e07b60cc1736a01f21da01154
+ source = git+https://git.videolan.org/git/x264.git#commit=19856cc41ad11e434549fb3cc6a019e645ce1efe
sha256sums = SKIP
pkgname = lib32-x264
diff --git a/PKGBUILD b/PKGBUILD
index bb4735ff176c..0303eda339b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbasename=x264
pkgname=lib32-x264
-pkgver=0.163.r3060.5db6aa6
+pkgver=0.164.r3081.19856cc
pkgrel=1
epoch=3
pkgdesc='Open Source H264/AVC video encoder (32 bit)'
@@ -16,6 +16,7 @@ arch=('x86_64')
url='https://www.videolan.org/developers/x264.html'
license=('GPL')
depends=(
+# "x264"
"x264>=${epoch}:${pkgver}"
"lib32-glibc"
"lib32-l-smash"
@@ -39,7 +40,7 @@ replaces=(
'lib32-libx264-10bit'
'lib32-libx264-all'
)
-_commit='5db6aa6cab1b146e07b60cc1736a01f21da01154'
+_commit='19856cc41ad11e434549fb3cc6a019e645ce1efe'
source=("git+https://git.videolan.org/git/x264.git#commit=${_commit}")
sha256sums=('SKIP')