Date: Sunday, September 19, 2021 @ 09:12:22 Author: bluewind Revision: 1017181
upgpkg: zim 0.74.0-1: upstream update Modified: zim/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-19 09:11:42 UTC (rev 1017180) +++ PKGBUILD 2021-09-19 09:12:22 UTC (rev 1017181) @@ -3,7 +3,7 @@ # Contributor: Daniel J Griffiths <ghost1...@archlinux.us> pkgname=zim -pkgver=0.73.5 +pkgver=0.74.0 pkgrel=1 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop." arch=(any) @@ -24,23 +24,9 @@ 'lilypond: Insert Score plugin' 'gtksourceview3: Source View plugin' 'texlive-bin: Insert Equation plugin') -source=("https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz" - "$pkgname-1379-v2.patch::https://github.com/zim-desktop-wiki/zim-desktop-wiki/pull/1379.patch" - https://github.com/zim-desktop-wiki/zim-desktop-wiki/commit/85818b30a14c861061c553358262f822e7c067ca.patch) -md5sums=('fa76ceb8ac7d7354fb0e2bc5607e9faa' - '357942352167ea8c134407dbb127f39f' - '0a305d2dd465e22280d029c9389be83f') +source=("https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz") +md5sums=('22d38391456b08b261af7680ca75988e') -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # fix tests - patch -p1 -i "$srcdir/$pkgname-1379-v2.patch" - # fix tests for 0.73.5; should be removed with next release - patch -p1 -i "$srcdir/85818b30a14c861061c553358262f822e7c067ca.patch" -} - - check() { cd "${srcdir}/${pkgname}-${pkgver}"