summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers2021-03-27 13:11:19 -0400
committerAlexandre Demers2021-03-27 13:11:19 -0400
commit82352c2f007b1886410b0e61847a383b9b325e0b (patch)
treeae264e570dd30d8dcd5ec88bec00698d5ea7f85f
parentf43f2f3b7d6d47de019e496817dc5ceadc4dfb88 (diff)
downloadaur-82352c2f007b1886410b0e61847a383b9b325e0b.tar.gz
Update to 0.161.r3039.544c61f
Add a .gitignore file Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD4
3 files changed, 14 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f766c55961a..6b78e42ed0b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-x264
pkgdesc = Open Source H264/AVC video encoder (32 bit)
- pkgver = 0.160.r3011.cde9a93
+ pkgver = 0.161.r3039.544c61f
pkgrel = 1
epoch = 3
url = https://www.videolan.org/developers/x264.html
@@ -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=cde9a93319bea766a92e306d69059c76de970190
+ source = git+https://git.videolan.org/git/x264.git#commit=544c61f082194728d0391fb280a6e138ba320a96
sha256sums = SKIP
pkgname = lib32-x264
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1a1c5ca2a12d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*.tar.gz
+*.tar.xz
+*.tgz
+*.rpm
+*.zip
+*.bz2
+*.asc
+src/
+pkg/
+x264/ \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 84f4cfa9c767..57fecf6d6b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgbasename=x264
pkgname=lib32-x264
-pkgver=0.160.r3011.cde9a93
+pkgver=0.161.r3039.544c61f
pkgrel=1
epoch=3
pkgdesc='Open Source H264/AVC video encoder (32 bit)'
@@ -20,7 +20,7 @@ makedepends=('git' 'nasm' 'lib32-gcc-libs')
provides=('lib32-libx264' 'libx264.so')
conflicts=('lib32-libx264' 'lib32-libx264-10bit' 'lib32-libx264-all')
replaces=('lib32-libx264' 'lib32-libx264-10bit' 'lib32-libx264-all')
-_commit='cde9a93319bea766a92e306d69059c76de970190'
+_commit='544c61f082194728d0391fb280a6e138ba320a96'
source=("git+https://git.videolan.org/git/x264.git#commit=${_commit}")
sha256sums=('SKIP')