[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Mar 11 08:39:07 UTC 2017


    Date: Saturday, March 11, 2017 @ 08:39:06
  Author: heftig
Revision: 290527

3.22.5-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-11 08:38:34 UTC (rev 290526)
+++ PKGBUILD	2017-03-11 08:39:06 UTC (rev 290527)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-online-accounts
-pkgver=3.22.4
+pkgver=3.22.5
 pkgrel=1
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
@@ -12,12 +12,17 @@
 makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
 optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
             'gvfs-google: Google Drive')
-_commit=9b02ee9436072d46eb54cd309ab1ff1b7c0dbcb6  # tags/3.22.4^0
+_commit=9f6d764e2792363daae2e7e7d99037e3cf508127  # tags/3.22.5^0
 source=("git+https://git.gnome.org/browse/gnome-online-accounts#commit=$_commit"
         "git+https://git.gnome.org/browse/telepathy-account-widgets")
 sha256sums=('SKIP'
             'SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
 prepare() {
   cd $pkgname
 
@@ -28,11 +33,6 @@
   NOCONFIGURE=1 ./autogen.sh
 }
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
 build() {
   cd $pkgname
 



More information about the arch-commits mailing list