[arch-commits] Commit in gnote/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Jan 10 17:23:38 UTC 2022


    Date: Monday, January 10, 2022 @ 17:23:37
  Author: heftig
Revision: 434151

41.2-1

Modified:
  gnote/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 17:20:39 UTC (rev 434150)
+++ PKGBUILD	2022-01-10 17:23:37 UTC (rev 434151)
@@ -4,7 +4,7 @@
 # Contributor: uastasi <uastasi at archlinux.us>
 
 pkgname=gnote
-pkgver=41.1
+pkgver=41.2
 pkgrel=1
 pkgdesc="A note taking application"
 url="https://wiki.gnome.org/Apps/Gnote"
@@ -12,21 +12,21 @@
 license=(GPL3)
 depends=(gtkmm3 gspell libxslt dconf libsecret)
 makedepends=(yelp-tools meson git)
-_commit=236c6b0d109814e39daf8a6c404df21445afaf73  # tags/41.1^0
+_commit=56074f03883f11fd91669b5dcd2145efa7440128  # tags/41.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  cd gnote
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd gnote
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson gnote build
   meson compile -C build
 }
 



More information about the arch-commits mailing list