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

Eli Schwartz eschwartz at archlinux.org
Sun Jan 19 20:36:09 UTC 2020


    Date: Sunday, January 19, 2020 @ 20:36:08
  Author: eschwartz
Revision: 553197

upgpkg: xreader 2.4.4-1: upstream release

explicitly disable dogtail GUI tests, as the meson.build is broken in this
release and we don't package dogtail anyway

Modified:
  xreader/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-19 20:32:20 UTC (rev 553196)
+++ PKGBUILD	2020-01-19 20:36:08 UTC (rev 553197)
@@ -2,7 +2,7 @@
 # Contributor: Nate Simon <aurpkg (at natesimon.net)>
 
 pkgname=xreader
-pkgver=2.4.2
+pkgver=2.4.4
 pkgrel=1
 pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
 arch=('x86_64')
@@ -18,8 +18,8 @@
 makedepends=('meson' 'samurai' 'intltool' 'itstool' 'gobject-introspection' 'djvulibre'
              'libgxps' 'libspectre' 'texlive-bin')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('8c4ef71d9bfa6f54ef71d83bcf90d94ac360c4fa227b8130f1145f7018cc574f')
-b2sums=('947c2fb2266d82597a6789b468b14bd581060cf4308d8f7387db4ce0dec0a862711354abd2101c56fdc6b66316ad56c432f5974b963cde6f8fd19021f19331f7')
+sha256sums=('1ccfee598aef723e8815c7a2b782624c0d5f6c4d15194dbeb74f5e45b8aff898')
+b2sums=('8a1a8b034d92ff637f6f5b2b03c505f410de41a9c1e9bcf6416cd8a4b538231c9ac4f43a6dfcbef4a5ee6dd780313103ceb534d78a9b8a4af02c1059eebb1a7a')
 
 build() {
     mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
@@ -36,6 +36,7 @@
           -Dpixbuf=true \
           -Dintrospection=true \
           -Dhelp_files=true \
+          -Dtests=false \
           ..
     samu
 }



More information about the arch-commits mailing list