summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers2019-02-19 19:00:51 -0500
committerAlexandre Demers2019-02-19 19:00:51 -0500
commitd3b8ce4e91b3da147e0f7e220f25cdd1fc48c96e (patch)
tree602e41e9f6073ddcea52936695e640558710e788
parent7cc2313383dad4ed0789d63b2810f5dbb00aa3e4 (diff)
downloadaur-d3b8ce4e91b3da147e0f7e220f25cdd1fc48c96e.tar.gz
Update to 4.1.1
Now that lib32-x265 has been fixed, we can update to 4.1.1. Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9404f98deb1e..85276089e572 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (32 bit)
- pkgver = 4.1
- pkgrel = 3
+ pkgver = 4.1.1
+ pkgrel = 1
epoch = 1
url = http://ffmpeg.org/
arch = x86_64
@@ -63,7 +63,7 @@ pkgbase = lib32-ffmpeg
provides = libpostproc.so
provides = libswresample.so
provides = libswscale.so
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1.1
validpgpkeys = FCF986EA15E6E293A5644F10B4322F04D67658D8
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f0976048c0f7..2a5808fda028 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_pkgbasename=ffmpeg
pkgname=lib32-$_pkgbasename
-pkgver=4.1
-pkgrel=3
+pkgver=4.1.1
+pkgrel=1
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (32 bit)"
arch=('x86_64')
@@ -134,7 +134,6 @@ build() {
# --enable-libaom \ ## Not available under 32bit
# --enable-libssh \ ## not available under 32bit
# --enable-libvidstab \ ## not available under 32bit
-# --enable-libx265 \ ## libx265 is not properly detected under 32bit arch
make
}