Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnote
Commits:
a06005ce by Fabian Bornschein at 2025-02-03T22:02:04+01:00
upgpkg: 48alpha-1
- - - - -
d8baa649 by Jan Alexander Steffens (heftig) at 2025-03-16T20:49:31+01:00
48beta-1
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gnote
pkgdesc = A note taking application
- pkgver = 47.2
+ pkgver = 48beta
pkgrel = 1
url = https://wiki.gnome.org/Apps/Gnote
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = gnote
depends = pango
depends = pangomm-2.48
depends = util-linux-libs
- source = git+https://gitlab.gnome.org/GNOME/gnote.git#tag=47.2
- b2sums =
2076de3b69c1722a87d1ad2e420ab353a146f1598ccad3c737f057c88da1382facb0b42f98b113accebdd28d04909a0fd58a8c048ec9a320a3eb89387337552d
+ source = git+https://gitlab.gnome.org/GNOME/gnote.git#tag=48.beta
+ b2sums =
e4ae24a413a252f8a3f755c6461c5baa25cb5d2baf06d07041b598b99990c1c39f5bdeba007baadb9c1a7412dc7e69ca2f9b1190d6e8b46e02e5878f208f4ce9
pkgname = gnote
=====================================
.nvchecker.toml
=====================================
@@ -1,6 +1,6 @@
[gnote]
source = "git"
git = "https://gitlab.gnome.org/GNOME/gnote.git"
-include_regex = '\d+(\.\d+)*'
+# include_regex = '\d+(\.\d+)*'
from_pattern = '\.([a-z])'
to_pattern = '\1'
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: uastasi <[email protected]>
pkgname=gnote
-pkgver=47.2
+pkgver=48beta
pkgrel=1
pkgdesc="A note taking application"
url="https://wiki.gnome.org/Apps/Gnote"
@@ -35,7 +35,7 @@ makedepends=(
yelp-tools
)
source=("git+https://gitlab.gnome.org/GNOME/gnote.git#tag=${pkgver/[a-z]/.&}")
-b2sums=('2076de3b69c1722a87d1ad2e420ab353a146f1598ccad3c737f057c88da1382facb0b42f98b113accebdd28d04909a0fd58a8c048ec9a320a3eb89387337552d')
+b2sums=('e4ae24a413a252f8a3f755c6461c5baa25cb5d2baf06d07041b598b99990c1c39f5bdeba007baadb9c1a7412dc7e69ca2f9b1190d6e8b46e02e5878f208f4ce9')
prepare() {
cd gnote
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnote/-/compare/cc21043826872c81af053267f758e1280c878d61...d8baa649d93585af9a113949490475f65b5cbc0b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnote/-/compare/cc21043826872c81af053267f758e1280c878d61...d8baa649d93585af9a113949490475f65b5cbc0b
You're receiving this email because of your account on gitlab.archlinux.org.