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

Jan Steffens heftig at gemini.archlinux.org
Sat May 21 18:31:39 UTC 2022


    Date: Saturday, May 21, 2022 @ 18:31:39
  Author: heftig
Revision: 446193

42.0-1

Modified:
  seahorse/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 15:26:57 UTC (rev 446192)
+++ PKGBUILD	2022-05-21 18:31:39 UTC (rev 446193)
@@ -3,8 +3,8 @@
 # Contributor: Michel Brabants <michel.linux at tiscali.be>
 
 pkgname=seahorse
-pkgver=41.0
-pkgrel=2
+pkgver=42.0
+pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
 url="https://wiki.gnome.org/Apps/Seahorse"
@@ -14,21 +14,22 @@
          libhandy)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=7be8b5fe3466994a9b0827cfeb2caa9c0e74792f  # tags/41.0^0
+options=(debug)
+_commit=e16028469dc1ee3c627c2fd9d3a8df7955dc38ec  # tags/42.0^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  cd seahorse
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd seahorse
 }
 
 build() {
-  arch-meson $pkgname build -D manpage=true
+  arch-meson seahorse build -D manpage=true
   meson compile -C build
 }
 



More information about the arch-commits mailing list