Date: Thursday, May 16, 2019 @ 21:46:27 Author: heftig Revision: 353511
3.32.2-1 Modified: seahorse/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-16 21:23:20 UTC (rev 353510) +++ PKGBUILD 2019-05-16 21:46:27 UTC (rev 353511) @@ -3,7 +3,7 @@ # Contributor: Michel Brabants <[email protected]> pkgname=seahorse -pkgver=3.32.1 +pkgver=3.32.2 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=d4fbb9676b232a2d29fe2ceee055a7fc7f4846ec # tags/3.32.1^0 +_commit=1dd5b4d6070e4c10c4c8863235945a028a162503 # gnome-3-32 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit") sha256sums=('SKIP') @@ -24,6 +24,7 @@ prepare() { cd $pkgname + git tag -f 3.32.2 1dd5b4d6070e4c10c4c8863235945a028a162503 # Fixup missing tag } build() {
