diff options
Diffstat (limited to 'community/ffmpegsource/PKGBUILD')
-rwxr-xr-x | community/ffmpegsource/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ffmpegsource/PKGBUILD b/community/ffmpegsource/PKGBUILD index c434b18b0..872078081 100755 --- a/community/ffmpegsource/PKGBUILD +++ b/community/ffmpegsource/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 88204 2013-04-13 20:20:33Z alucryd $ +# $Id: PKGBUILD 94878 2013-08-01 06:54:52Z bpiotrowski $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> pkgname=ffmpegsource -pkgver=753 +pkgver=755 pkgrel=1 pkgdesc="A libav/ffmpeg based source library and Avisynth plugin for easy frame accurate access" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ options=('!libtool') source=("${pkgname}::svn+http://ffmpegsource.googlecode.com/svn/trunk/" 'autoconf.patch') sha256sums=('SKIP' - 'b09a7e9a08a16bdaf19d43c7ad8d3ec455f6fecec2f4f5ada417345343adda93') + '2cfa7d2e0219a5c8df9a50fe2460a1a1e6b69df10e6d9eee1d723766e62535e7') pkgver() { cd "${SRCDEST}"/${pkgname} |