Date: Sunday, February 5, 2023 @ 21:54:31
  Author: heftig
Revision: 468249

archrelease: copy trunk to extra-x86_64

Added:
  gnote/repos/extra-x86_64/PKGBUILD
    (from rev 468248, gnote/trunk/PKGBUILD)
Deleted:
  gnote/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-05 21:54:02 UTC (rev 468248)
+++ PKGBUILD    2023-02-05 21:54:31 UTC (rev 468249)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-# Contributor: uastasi <[email protected]>
-
-pkgname=gnote
-pkgver=43.0
-pkgrel=1
-pkgdesc="A note taking application"
-url="https://wiki.gnome.org/Apps/Gnote";
-arch=(x86_64)
-license=(GPL3)
-depends=(gtkmm3 gspell libxslt libsecret)
-makedepends=(yelp-tools meson git)
-options=(debug)
-_commit=6298d00ad8f33b35b0a4c008a7fb96ddfc7b6c0b  # tags/43.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gnote
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd gnote
-}
-
-build() {
-  arch-meson gnote build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 468248, 
gnote/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-05 21:54:31 UTC (rev 468249)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: uastasi <[email protected]>
+
+pkgname=gnote
+pkgver=43.1
+pkgrel=1
+pkgdesc="A note taking application"
+url="https://wiki.gnome.org/Apps/Gnote";
+arch=(x86_64)
+license=(GPL3)
+depends=(gtkmm3 gspell libxslt libsecret)
+makedepends=(yelp-tools meson git)
+_commit=7747e299c0f14090d4fa084bcd84ef6f656fc525  # tags/43.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnote.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gnote
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gnote
+}
+
+build() {
+  arch-meson gnote build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to