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

Maxime Gauduin alucryd at archlinux.org
Sun Mar 26 22:23:25 UTC 2017


    Date: Sunday, March 26, 2017 @ 22:23:24
  Author: alucryd
Revision: 219198

upgpkg: ffms2 2.23.1-1

Modified:
  ffms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-26 22:16:06 UTC (rev 219197)
+++ PKGBUILD	2017-03-26 22:23:24 UTC (rev 219198)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=ffms2
-pkgver=2.23
-pkgrel=2
+pkgver=2.23.1
+pkgrel=1
 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'
@@ -12,11 +12,11 @@
 makedepends=('git')
 provides=('vapoursynth-plugin-ffms2'
           'libffms2.so')
-source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver}.tar.gz")
+source=("ffms2-${pkgver}.tar.gz::https://github.com/FFMS/ffms2/archive/${pkgver%.*}.tar.gz")
 sha256sums=('b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed')
 
 build() {
-  cd ffms2-${pkgver}
+  cd ffms2-${pkgver%.*}
 
   ./configure \
     --prefix='/usr' \
@@ -27,7 +27,7 @@
 }
 
 package() {
-  cd ffms2-${pkgver}
+  cd ffms2-${pkgver%.*}
 
   make DESTDIR="${pkgdir}" install
 



More information about the arch-commits mailing list