summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fc02e2624b4..f38cafb4b2da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffms2-git
pkgdesc = An FFmpeg/Libav based source library and Avisynth/Vapoursynth plugin for easy frame accurate access. (GIT version)
- pkgver = 2.21.11.g08838b2
+ pkgver = 2.21.33.gc1dc5ad
pkgrel = 1
url = https://github.com/FFMS/ffms2
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7594ce62a793..8cee52a7a1ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=ffms2-git
-pkgver=2.21.11.g08838b2
+pkgver=2.21.33.gc1dc5ad
pkgrel=1
pkgdesc="An FFmpeg/Libav based source library and Avisynth/Vapoursynth plugin for easy frame accurate access. (GIT version)"
-url="https://github.com/FFMS/ffms2"
+url='https://github.com/FFMS/ffms2'
arch=('x86_64' 'i686')
license=('GPL')
depends=('ffmpeg')
@@ -24,8 +24,7 @@ build() {
./configure \
--prefix=/usr \
--enable-shared=yes \
- --enable-static=no \
- --enable-avresample
+ --enable-static=no
make
}