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

Jan Steffens heftig at archlinux.org
Sat Jun 20 22:13:55 UTC 2020


    Date: Saturday, June 20, 2020 @ 22:13:55
  Author: heftig
Revision: 389581

3.36.2-1

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 16:06:49 UTC (rev 389580)
+++ PKGBUILD	2020-06-20 22:13:55 UTC (rev 389581)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants <michel.linux at tiscali.be>
 
 pkgname=seahorse
-pkgver=3.36
+pkgver=3.36.2
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -14,7 +14,7 @@
          libhandy)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=a342b325b84c3062f1627d65b1f4d0028f5d96dc  # tags/3.36^0
+_commit=23f8fdac69071b72922ffca4eda4b22a767426c4  # tags/3.36.2^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -29,7 +29,7 @@
 
 build() {
   arch-meson $pkgname build -D manpage=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list