Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
zathura


Commits:
b509eb17 by Robin Candau at 2023-12-10T12:03:51+01:00
upgpkg: 0.5.4-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = zathura
        pkgdesc = Minimalistic document viewer
-       pkgver = 0.5.3
-       pkgrel = 2
+       pkgver = 0.5.4
+       pkgrel = 1
        url = https://pwmt.org/projects/zathura/
        arch = x86_64
        license = custom
@@ -24,11 +24,9 @@ pkgbase = zathura
        optdepends = zathura-pdf-mupdf: PDF support using MuPDF
        optdepends = zathura-ps: PostScript support
        optdepends = zathura-cb: Comic book support
-       source = 
zathura-0.5.3.tar.gz::https://pwmt.org/projects/zathura/download/zathura-0.5.3.tar.xz
+       source = 
zathura-0.5.4.tar.gz::https://pwmt.org/projects/zathura/download/zathura-0.5.4.tar.xz
        source = fix-xvfb-run-tests.patch
-       source = 
fix-default-warning-color.patch::https://git.pwmt.org/pwmt/zathura/-/commit/8d2ca4b1a2821b931b4a4d69d733fdc248fc773e.patch
-       sha256sums = 
54cc78fd68664cd66bbc7b7f72a78c677d381a9e3e3f6923f3d02ef5809943de
+       sha256sums = 
a3037f7aa94d4096bfd97069f62ffcdca9f06431e8663548c1cd6b945c556f32
        sha256sums = 
15bf4be1a6c1dc539e2f034fa30d509d19b016ec130aaa4cbe506bf61bc343fe
-       sha256sums = 
949bdd6473c2915c5436fc5cfa5724fd2f49a4dd25311aa90febf7604303908d
 
 pkgname = zathura


=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
 # Contributor: ML <neldoreth>
 
 pkgname=zathura
-pkgver=0.5.3
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
 
 pkgdesc="Minimalistic document viewer"
 url="https://pwmt.org/projects/zathura/";
@@ -23,22 +23,16 @@ optdepends=('zathura-djvu: DjVu support'
             'zathura-cb: Comic book support')
 
 
source=(zathura-$pkgver.tar.gz::https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-        fix-xvfb-run-tests.patch
-        
fix-default-warning-color.patch::https://git.pwmt.org/pwmt/zathura/-/commit/8d2ca4b1a2821b931b4a4d69d733fdc248fc773e.patch)
+        fix-xvfb-run-tests.patch)
 
-sha256sums=('54cc78fd68664cd66bbc7b7f72a78c677d381a9e3e3f6923f3d02ef5809943de'
-            '15bf4be1a6c1dc539e2f034fa30d509d19b016ec130aaa4cbe506bf61bc343fe'
-            '949bdd6473c2915c5436fc5cfa5724fd2f49a4dd25311aa90febf7604303908d')
+sha256sums=('a3037f7aa94d4096bfd97069f62ffcdca9f06431e8663548c1cd6b945c556f32'
+            '15bf4be1a6c1dc539e2f034fa30d509d19b016ec130aaa4cbe506bf61bc343fe')
 
 prepare() {
   # Patch to prevent xvfb-run tests to fail when trying to kill the process 
during check()
   # See 
https://stackoverflow.com/questions/30504274/xvfb-run-line-171-kill-25939-no-such-process#comment64585805_35319908
   cd zathura-$pkgver
   patch -Np1 <${srcdir}/fix-xvfb-run-tests.patch
-
-  # Temporary patch to fix the warning message issue about color string 
parsing.
-  # See 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/issues/1
-  patch -Np1 <${srcdir}/fix-default-warning-color.patch
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/commit/b509eb173c12408c2b2ef49267f919c1d3e0c347

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/commit/b509eb173c12408c2b2ef49267f919c1d3e0c347
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to