[arch-commits] Commit in seahorse/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Oct 1 07:01:10 UTC 2019
Date: Tuesday, October 1, 2019 @ 07:01:09
Author: heftig
Revision: 363592
3.34-1
Modified:
seahorse/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-01 06:55:50 UTC (rev 363591)
+++ PKGBUILD 2019-10-01 07:01:09 UTC (rev 363592)
@@ -3,7 +3,7 @@
# Contributor: Michel Brabants <michel.linux at tiscali.be>
pkgname=seahorse
-pkgver=3.32.2
+pkgver=3.34
pkgrel=1
epoch=1
pkgdesc="GNOME application for managing PGP keys."
@@ -13,7 +13,7 @@
depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring libpwquality)
makedepends=(libldap yelp-tools gobject-introspection vala git meson)
provides=(x11-ssh-askpass)
-_commit=1dd5b4d6070e4c10c4c8863235945a028a162503 # gnome-3-32
+_commit=3b225da434e64c27a094270f5b0b389d3e32ab2c # tags/3.34^0
source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit")
sha256sums=('SKIP')
@@ -24,16 +24,15 @@
prepare() {
cd $pkgname
- git tag -f 3.32.2 1dd5b4d6070e4c10c4c8863235945a028a162503 # Fixup missing tag
}
build() {
- arch-meson $pkgname build
+ arch-meson $pkgname build -D manpage=true
ninja -C build
}
check() {
- meson test -C build
+ meson test -C build --print-errorlogs
}
package() {
More information about the arch-commits
mailing list