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

Florian Pritz bluewind at archlinux.org
Mon Jan 13 18:56:33 UTC 2020


    Date: Monday, January 13, 2020 @ 18:56:33
  Author: bluewind
Revision: 552420

upgpkg: zim 0.72.1-1: upstream update

Modified:
  zim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 18:52:56 UTC (rev 552419)
+++ PKGBUILD	2020-01-13 18:56:33 UTC (rev 552420)
@@ -3,8 +3,8 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=zim
-pkgver=0.72.0
-pkgrel=2
+pkgver=0.72.1
+pkgrel=1
 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop."
 arch=(any)
 license=('GPL' 'PerlArtistic')
@@ -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=('8e71f674741b598357a521a4738bf085')
+md5sums=('39390f14447b06970411348d7e65b674')
 
 
 check() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
-	if [[ "$pkgver" != "0.72.0" ]]; then
+	if [[ "$pkgver" != "0.72.1" ]]; 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