Date: Monday, November 8, 2021 @ 20:39:25 Author: heftig Revision: 427611
41.0-1 Modified: seahorse/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-11-08 20:37:55 UTC (rev 427610) +++ PKGBUILD 2021-11-08 20:39:25 UTC (rev 427611) @@ -3,7 +3,7 @@ # Contributor: Michel Brabants <[email protected]> pkgname=seahorse -pkgver=40.0 +pkgver=41.0 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=c8a76bc0c23a9ede216158a7a8c292dd88db28e5 # tags/40.0^0 +_commit=7be8b5fe3466994a9b0827cfeb2caa9c0e74792f # tags/41.0^0 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit") sha256sums=('SKIP') @@ -37,5 +37,5 @@ } package() { - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" }
