[arch-commits] Commit in zim/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Sat Dec 5 10:17:18 UTC 2020
Date: Saturday, December 5, 2020 @ 10:17:17
Author: bluewind
Revision: 770492
upgpkg: zim 0.73.4-1: upstream update
Modified:
zim/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-05 09:12:47 UTC (rev 770491)
+++ PKGBUILD 2020-12-05 10:17:17 UTC (rev 770492)
@@ -3,8 +3,8 @@
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=zim
-pkgver=0.73.3
-pkgrel=2
+pkgver=0.73.4
+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=('6accfefc11cc56a2eda7cd4f5710eaaa')
+md5sums=('a4e62afc7947adf156184a28e9b07db8')
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
- if [[ "$pkgver" != "0.73.3" ]]; then
+ if [[ "$pkgver" != "0.73.4" ]]; 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