From fd9b9da765bf52138e5af5ebfefdf7abc10dbb1d Mon Sep 17 00:00:00 2001 From: biopsin Date: Sun, 4 Aug 2024 13:44:06 +0200 Subject: [PATCH] zathura: update to 0.5.8 --- .../zathura/patches/fix_type_mismatch.patch | 24 ------------------- srcpkgs/zathura/template | 11 ++++++--- 2 files changed, 8 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/zathura/patches/fix_type_mismatch.patch diff --git a/srcpkgs/zathura/patches/fix_type_mismatch.patch b/srcpkgs/zathura/patches/fix_type_mismatch.patch deleted file mode 100644 index e817a20ca57..00000000000 --- a/srcpkgs/zathura/patches/fix_type_mismatch.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 0c344affeaaae5b1360d0958fb23b3481f63945c -From: Adam Sampson -Date: Mon, 13 May 2024 01:07:10 +0100 -Subject: [PATCH] Fix type mismatch with g_ascii_string_to_unsigned - -The out_num argument is a guint64, which isn't the same as unsigned long -on some platforms (e.g. AArch32 Linux). ---- - zathura/utils.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/zathura/utils.c b/zathura/utils.c -index 2b3b39b3..bda6f86a 100644 ---- a/zathura/utils.c -+++ b/zathura/utils.c -@@ -321,7 +321,7 @@ parse_first_page_column_list(const char* first_page_column_list, unsigned int* s - unsigned int* settings = g_malloc_n(length, sizeof(unsigned int)); - - for (unsigned int i=0; i