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

Jan Steffens heftig at archlinux.org
Wed Sep 14 20:43:43 UTC 2016


    Date: Wednesday, September 14, 2016 @ 20:43:43
  Author: heftig
Revision: 276428

3.20.4-1

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-14 19:29:52 UTC (rev 276427)
+++ PKGBUILD	2016-09-14 20:43:43 UTC (rev 276428)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-online-accounts
-pkgver=3.20.3+5+gc098f5d
+pkgver=3.20.4
 pkgrel=1
 pkgdesc="Single sign-on framework for GNOME"
 url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
@@ -12,20 +12,18 @@
 makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
 optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)'
             'gvfs-google: Google Drive')
-_commit=c098f5d796441e4d7f07edc18f95296069c607f6
-source=("git://git.gnome.org/gnome-online-accounts#commit=$_commit")
+source=("git://git.gnome.org/gnome-online-accounts#tag=$pkgver")
 sha256sums=('SKIP')
 
-pkgver() {
+prepare() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  NOCONFIGURE=1 ./autogen.sh
 }
 
-prepare() {
+pkgver() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  git describe --tags | sed 's/-/+/g'
 }
-  
 
 build() {
   cd $pkgname



More information about the arch-commits mailing list