[arch-commits] Commit in zim/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed Jul 8 09:34:36 UTC 2020
Date: Wednesday, July 8, 2020 @ 09:34:35
Author: bluewind
Revision: 661691
upgpkg: zim 0.73.1-1: upstream update
Modified:
zim/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-08 09:31:11 UTC (rev 661690)
+++ PKGBUILD 2020-07-08 09:34:35 UTC (rev 661691)
@@ -3,7 +3,7 @@
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=zim
-pkgver=0.73.0
+pkgver=0.73.1
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=('79da1b0ed16e2563ea5b3302a035bc9e')
+md5sums=('7fbc5242c9e96d13d9d43d341db9dc94')
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
- if [[ "$pkgver" != "0.73.0" ]]; then
+ if [[ "$pkgver" != "0.73.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