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

Maxime Gauduin alucryd at archlinux.org
Fri Jun 25 12:44:19 UTC 2021


    Date: Friday, June 25, 2021 @ 12:44:19
  Author: alucryd
Revision: 418692

mkvtoolnix 58.0.0-3: fmt rebuild

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-25 06:41:10 UTC (rev 418691)
+++ PKGBUILD	2021-06-25 12:44:19 UTC (rev 418692)
@@ -8,7 +8,7 @@
   mkvtoolnix-gui
 )
 pkgver=58.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=(x86_64)
 url=https://mkvtoolnix.download/
@@ -43,21 +43,19 @@
 validpgpkeys=(D9199745B0545F2E8197062B0F92290A445B9007) # Moritz Bunkus <moritz at bunkus.org>
 sha256sums=(SKIP)
 
-pkgver() {
+prepare() {
   cd mkvtoolnix
-
-  git describe --tags | sed 's/release-//'
+  git show 701c0541af8440e988382c1c9a1a4e8fe6a2530b -- ac/fmt.m4 src/common/common.h | git apply -
+  ./autogen.sh
 }
 
-prepare() {
+pkgver() {
   cd mkvtoolnix
-
-  ./autogen.sh
+  git describe --tags | sed 's/release-//'
 }
 
 build() {
   cd mkvtoolnix
-
   ./configure \
     --prefix=/usr \
     --disable-update-check
@@ -74,7 +72,6 @@
   )
 
   cd mkvtoolnix
-
   rake DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo,mime,mkvtoolnix}
   find "${pkgdir}" -name mkvtoolnix-gui* -delete
@@ -90,7 +87,6 @@
   )
 
   cd mkvtoolnix
-
   rake DESTDIR="${pkgdir}" install
   rm -rf "${pkgdir}"/usr/share/locale
   for t in mkv{extract,info,merge,propedit}; do




More information about the arch-commits mailing list