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

Maxime Gauduin alucryd at archlinux.org
Mon Feb 11 09:48:29 UTC 2019


    Date: Monday, February 11, 2019 @ 09:48:28
  Author: alucryd
Revision: 345962

upgpkg: mkvtoolnix 31.0.0-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 08:35:13 UTC (rev 345961)
+++ PKGBUILD	2019-02-11 09:48:28 UTC (rev 345962)
@@ -3,12 +3,15 @@
 # Contributor: xduugu <xduugu at gmx.com>
 
 pkgbase=mkvtoolnix
-pkgname=(mkvtoolnix-cli mkvtoolnix-gui)
+pkgname=(
+  mkvtoolnix-cli
+  mkvtoolnix-gui
+)
 pkgver=31.0.0
-pkgrel=2
+pkgrel=1
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=('x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
+arch=(x86_64)
+url=https://www.bunkus.org/videotools/mkvtoolnix/
 license=('GPL')
 makedepends=(
   boost
@@ -28,7 +31,7 @@
   zlib
 )
 source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=release-${pkgver})
-sha256sums=('SKIP')
+sha256sums=(SKIP)
 
 prepare() {
   cd mkvtoolnix
@@ -40,13 +43,13 @@
   cd mkvtoolnix
 
   ./configure \
-    --prefix='/usr' \
+    --prefix=/usr \
     --disable-qt
   rake apps:mkvinfo $MAKEFLAGS
   mv src/mkvinfo{,-cli}
 
   ./configure \
-    --prefix='/usr' \
+    --prefix=/usr \
     --disable-update-check
   rake $MAKEFLAGS
 }



More information about the arch-commits mailing list