Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gnote


Commits:
e25d4862 by Jan Alexander Steffens (heftig) at 2024-09-17T01:31:10+02:00
46.1-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = gnote
        pkgdesc = A note taking application
-       pkgver = 46.0
+       pkgver = 46.1
        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#commit=cd83266e36c841a961d6b6182b0708fc3876576d
-       b2sums = 
67b564df2ab3a33074f22367b4f334f354ec168bf44a683c3307eef071cea1ef74971b8e432f3b8ed3f0b977b14a072884b3500fb5a488c76b05e7d2a0ec06fc
+       source = git+https://gitlab.gnome.org/GNOME/gnote.git#tag=46.1
+       b2sums = 
81c40f9c5fcec318e2e304506142f7f977ac3a5b76e43ec5482406b71dd91362a90f026166ec49f5bae669f3ae4b28d279026f66964d1e7f30778c794d8958fc
 
 pkgname = gnote


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[gnote]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gnote.git";
+include_regex = '\d+(\.\d+)*'
+from_pattern = '\.([a-z])'
+to_pattern = '\1'


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: uastasi <[email protected]>
 
 pkgname=gnote
-pkgver=46.0
+pkgver=46.1
 pkgrel=1
 pkgdesc="A note taking application"
 url="https://wiki.gnome.org/Apps/Gnote";
@@ -34,14 +34,8 @@ makedepends=(
   meson
   yelp-tools
 )
-_commit=cd83266e36c841a961d6b6182b0708fc3876576d  # tags/46.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit";)
-b2sums=('67b564df2ab3a33074f22367b4f334f354ec168bf44a683c3307eef071cea1ef74971b8e432f3b8ed3f0b977b14a072884b3500fb5a488c76b05e7d2a0ec06fc')
-
-pkgver() {
-  cd gnote
-  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
-}
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#tag=${pkgver/[a-z]/.&}";)
+b2sums=('81c40f9c5fcec318e2e304506142f7f977ac3a5b76e43ec5482406b71dd91362a90f026166ec49f5bae669f3ae4b28d279026f66964d1e7f30778c794d8958fc')
 
 prepare() {
   cd gnote



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnote/-/commit/e25d4862373bf10f8f8421191db640e901dbcd44

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnote/-/commit/e25d4862373bf10f8f8421191db640e901dbcd44
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to