[arch-commits] Commit in zathura/trunk (2 files)

Johannes Löthberg demize at gemini.archlinux.org
Thu Mar 17 23:15:52 UTC 2022


    Date: Thursday, March 17, 2022 @ 23:15:52
  Author: demize
Revision: 1157274

upgpkg: zathura 0.4.9-1

Modified:
  zathura/trunk/PKGBUILD
Deleted:
  zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch

--------------------------------------------------------------+
 0001-meson.build-Don-t-do-broken-synctex-version-check.patch |   30 ----------
 PKGBUILD                                                     |    4 -
 2 files changed, 2 insertions(+), 32 deletions(-)

Deleted: 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
===================================================================
--- 0001-meson.build-Don-t-do-broken-synctex-version-check.patch	2022-03-17 23:15:47 UTC (rev 1157273)
+++ 0001-meson.build-Don-t-do-broken-synctex-version-check.patch	2022-03-17 23:15:52 UTC (rev 1157274)
@@ -1,30 +0,0 @@
-From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= <johannes at kyriasis.com>
-Date: Sun, 27 May 2018 02:11:24 +0200
-Subject: [PATCH] meson.build: Don't do broken synctex version check
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
----
- meson.build | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 1862fa0..63246e8 100644
---- a/meson.build
-+++ b/meson.build
-@@ -82,9 +82,6 @@ endif
- if get_option('enable-synctex') and synctex.found()
-   build_dependencies += synctex
-   defines += '-DWITH_SYNCTEX'
--  if synctex.version() < '2.0.0'
--    defines += '-DWITH_SYNCTEX1'
--  endif
- endif
- 
- if get_option('enable-magic') and magic.found()
--- 
-2.17.0
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-17 23:15:47 UTC (rev 1157273)
+++ PKGBUILD	2022-03-17 23:15:52 UTC (rev 1157274)
@@ -4,7 +4,7 @@
 # Contributor: ML <neldoreth>
 
 pkgname=zathura
-pkgver=0.4.8
+pkgver=0.4.9
 pkgrel=1
 
 pkgdesc="Minimalistic document viewer"
@@ -22,7 +22,7 @@
 
 source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz)
 
-sha1sums=('262d69e76987c57fe8d899e3ea3d8faa80aa9207')
+sha256sums=('82235cbc89899421fca98477265626f2149df7d072740f0360550cc8d4e449d6')
 
 build() {
   cd zathura-$pkgver



More information about the arch-commits mailing list