[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Tue Nov 2 23:47:14 UTC 2021
Date: Tuesday, November 2, 2021 @ 23:47:14
Author: heftig
Revision: 427031
3.40.1-1
Modified:
gnome-online-accounts/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-02 23:44:41 UTC (rev 427030)
+++ PKGBUILD 2021-11-02 23:47:14 UTC (rev 427031)
@@ -2,7 +2,7 @@
# Contributor: Ionut Biru <ibiru at archlinux.org>
pkgname=gnome-online-accounts
-pkgver=3.40.0
+pkgver=3.40.1
pkgrel=1
pkgdesc="Single sign-on framework for GNOME"
url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
@@ -13,7 +13,7 @@
optdepends=('gvfs-goa: Virtual file systems, e.g. OwnCloud'
'gvfs-google: Google Drive')
provides=(libgoa-1.0.so libgoa-backend-1.0.so)
-_commit=160035a1e15b514745eebcc6f44fd184be9ef0e4 # tags/3.40.0^0
+_commit=1ad63e98321dca0be1fe213bb88267d848a7ded0 # tags/3.40.1^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-online-accounts.git#commit=$_commit")
sha256sums=('SKIP')
@@ -39,7 +39,7 @@
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
}
-# vim:set ts=2 sw=2 et:
+# vim:set sw=2 et:
More information about the arch-commits
mailing list