summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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
}