[arch-commits] Commit in ffms2/trunk (PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Sat Jun 21 10:05:57 UTC 2014


    Date: Saturday, June 21, 2014 @ 12:05:57
  Author: alucryd
Revision: 113390

upgpkg: ffms2 2.20-1

Modified:
  ffms2/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-21 05:34:42 UTC (rev 113389)
+++ PKGBUILD	2014-06-21 10:05:57 UTC (rev 113390)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin <alucryd at gmail.com>
 
 pkgname=ffms2
-pkgver=2.19.1.r120.9203af5
+pkgver=2.20
 pkgrel=1
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy frame accurate access'
 arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@
 depends=('ffmpeg')
 makedepends=('git')
 provides=('vapoursynth-plugin-ffms2')
-source=("git+https://github.com/FFMS/ffms2.git#commit=9203af5")
-sha256sums=('SKIP')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('c7d880172756c253f2c5673044dabf03c19890dcfe64da5104ee9f42a1a573a0')
 
 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
 
   ./autogen.sh --prefix='/usr' --enable-shared --disable-static --enable-avresample
   make
@@ -22,7 +22,7 @@
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 




More information about the arch-commits mailing list