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

Johannes Löthberg demize at archlinux.org
Tue Jan 1 16:57:58 UTC 2019


    Date: Tuesday, January 1, 2019 @ 16:57:57
  Author: demize
Revision: 420178

upgpkg: zathura 0.4.3-1

Modified:
  zathura/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-01 16:52:21 UTC (rev 420177)
+++ PKGBUILD	2019-01-01 16:57:57 UTC (rev 420178)
@@ -4,7 +4,7 @@
 # Contributor: ML <neldoreth>
 
 pkgname=zathura
-pkgver=0.4.1
+pkgver=0.4.3
 pkgrel=1
 
 pkgdesc="Minimalistic document viewer"
@@ -12,7 +12,7 @@
 arch=('x86_64')
 license=('custom')
 
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja' 'appstream-glib' 'check')
 depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
 optdepends=('zathura-djvu: DjVu support'
             'zathura-pdf-poppler: PDF support using Poppler'
@@ -23,7 +23,7 @@
 source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
         bash-completion)
 
-sha1sums=('bbf056b3f93e56ce679f165c9bab1d38816d8be5'
+sha1sums=('6e2cd70d03a9bfef2ef1e788ed7656b32c706def'
           '94a8236c483626a7f3acee053a1ea885aed45a82')
 
 build() {
@@ -34,6 +34,12 @@
   ninja
 }
 
+check() {
+  cd zathura-$pkgver/build
+
+  ninja test
+}
+
 package() {
   cd zathura-$pkgver/build
   DESTDIR="$pkgdir" ninja install



More information about the arch-commits mailing list