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

Florian Pritz bluewind at archlinux.org
Sat Aug 31 09:11:51 UTC 2019


    Date: Saturday, August 31, 2019 @ 09:11:50
  Author: bluewind
Revision: 505687

upgpkg: zim 0.72.0-1

upstream update

Modified:
  zim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-31 09:04:34 UTC (rev 505686)
+++ PKGBUILD	2019-08-31 09:11:50 UTC (rev 505687)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=zim
-pkgver=0.71.1
+pkgver=0.72.0
 pkgrel=1
 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop."
 arch=(any)
@@ -25,13 +25,13 @@
             'gtksourceview3: Source View plugin'
             'texlive-bin: Insert Equation plugin')
 source=(https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('435093b073515bbbb327cf4f0a9596ff')
+md5sums=('8e71f674741b598357a521a4738bf085')
 
 
 check() {
 	cd ${srcdir}/${pkgname}-${pkgver}
 
-	if [[ "$pkgver" != "0.71.1" ]]; then
+	if [[ "$pkgver" != "0.72.0" ]]; then
 		# Test are broken starting with 0.71.0, but no fix is in sight yet.
 		# Skip the tests since I don't have the time to fix them myself.
 		# When the next version comes out, either update the if condition or be



More information about the arch-commits mailing list