Date: Monday, October 3, 2022 @ 18:15:43
Author: demize
Revision: 1320791
upgpkg: zathura 0.5.1-1
Modified:
zathura/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-03 18:06:20 UTC (rev 1320790)
+++ PKGBUILD 2022-10-03 18:15:43 UTC (rev 1320791)
@@ -4,7 +4,7 @@
# Contributor: ML <neldoreth>
pkgname=zathura
-pkgver=0.4.9
+pkgver=0.5.1
pkgrel=1
pkgdesc="Minimalistic document viewer"
@@ -13,7 +13,7 @@
license=('custom')
makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja' 'appstream-glib'
'check')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex'
'file')
optdepends=('zathura-djvu: DjVu support'
'zathura-pdf-poppler: PDF support using Poppler'
'zathura-pdf-mupdf: PDF support using MuPDF'
@@ -20,9 +20,9 @@
'zathura-ps: PostScript support'
'zathura-cb: Comic book support')
-source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz)
+source=(zathura-$pkgver.tar.gz::https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz)
-sha256sums=('82235cbc89899421fca98477265626f2149df7d072740f0360550cc8d4e449d6')
+sha256sums=('98a661ce271a9d108a7eb8f73e471fd5e727eeff4b246cdb2c9862f8aeab1bb1')
build() {
cd zathura-$pkgver