Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / zim
Commits:
b10edf94 by Caleb Maclennan at 2025-01-11T23:47:04+03:00
upgpkg: 0.76.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = zim
pkgdesc = A WYSIWYG text editor that aims at bringing the concept of a
wiki to the desktop
- pkgver = 0.75.2
- pkgrel = 6
+ pkgver = 0.76.0
+ pkgrel = 1
url = https://zim-wiki.org/
arch = any
license = GPL-2.0-or-later
@@ -29,7 +29,7 @@ pkgbase = zim
optdepends = scrot: Insert Screenshot plugin
optdepends = texlive-bin: Insert Equation plugin
optdepends = xdot: Link Map plugin
- source = https://zim-wiki.org//downloads/zim-0.75.2.tar.gz
- sha256sums =
40890db05b1678d1c47178461c767224330c5b694dbddc0c24b1b178265a2dd2
+ source = https://zim-wiki.org//downloads/zim-0.76.0.tar.gz
+ sha256sums =
09ccaca5a277ae73884713066d45dc8c48180e3c0ded0120e18d3b0d8fdd38c8
pkgname = zim
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Daniel J Griffiths <[email protected]>
pkgname=zim
-pkgver=0.75.2
-pkgrel=6
+pkgver=0.76.0
+pkgrel=1
pkgdesc='A WYSIWYG text editor that aims at bringing the concept of a wiki to
the desktop'
arch=(any)
license=(GPL-2.0-or-later)
@@ -34,7 +34,7 @@ optdepends=('breezy: Version Control plugin'
'xdot: Link Map plugin')
_archive="$pkgname-$pkgver"
source=("$url/downloads/$_archive.tar.gz")
-sha256sums=('40890db05b1678d1c47178461c767224330c5b694dbddc0c24b1b178265a2dd2')
+sha256sums=('09ccaca5a277ae73884713066d45dc8c48180e3c0ded0120e18d3b0d8fdd38c8')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zim/-/commit/b10edf94607bbcc209f1746658399c056fbfe033
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/zim/-/commit/b10edf94607bbcc209f1746658399c056fbfe033
You're receiving this email because of your account on gitlab.archlinux.org.