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

Maxime Gauduin alucryd at archlinux.org
Fri Jul 17 19:11:36 UTC 2015


    Date: Friday, July 17, 2015 @ 21:11:36
  Author: alucryd
Revision: 137073

upgpkg: ffms2 2.21-2

Modified:
  ffms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-17 19:04:35 UTC (rev 137072)
+++ PKGBUILD	2015-07-17 19:11:36 UTC (rev 137073)
@@ -3,7 +3,7 @@
 
 pkgname=ffms2
 pkgver=2.21
-pkgrel=1
+pkgrel=2
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy frame accurate access'
 arch=('i686' 'x86_64')
 url='https://github.com/FFMS/ffms2'
@@ -10,12 +10,13 @@
 license=('GPL')
 depends=('ffmpeg')
 makedepends=('git')
-provides=('vapoursynth-plugin-ffms2')
-source=("ffms2-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+provides=('vapoursynth-plugin-ffms2'i
+          'libffms2.so')
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz")
 sha256sums=('c2c23ce2254e293376f786aafc20a345f4dc970f5b2efef3fa38e40d7d510202')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ffms2-${pkgver}
 
   ./configure \
     --prefix='/usr' \
@@ -26,7 +27,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ffms2-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 



More information about the arch-commits mailing list