summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-17 00:14:23 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-17 00:14:23 -0300
commitb19c3ac24b1848593c4124ed45dd4b86805e112e (patch)
treeb18dbbf998323516086ef490e4660e72560bf350 /nonprism
parentaae3f8835edc01ce39ca82d0cb5f89994a0183c7 (diff)
gnome-online-accounts-3.22.5-1.nonprism1: updating version
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/gnome-online-accounts/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD
index 2ea4c5650..39a30c6de 100644
--- a/nonprism/gnome-online-accounts/PKGBUILD
+++ b/nonprism/gnome-online-accounts/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 285635 2017-01-10 19:04:29Z heftig $
+# $Id: PKGBUILD 290527 2017-03-11 08:39:06Z heftig $
# Contributor (Arch): Ionut Biru <ibiru@archlinux.org>
# Maintainer: Márcio Silva <coadde@parabola.nu>
pkgname=gnome-online-accounts
-pkgver=3.22.4
+pkgver=3.22.5
pkgrel=1.nonprism1
pkgdesc="Single sign-on framework for GNOME, without support for unsafe and dangerous for privacy protocols"
url="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
@@ -14,12 +14,17 @@ makedepends=(intltool gobject-introspection gtk-doc vala git gnome-common)
conflicts=("${pkgname}-coherence" "${pkgname}-nonprism" )
replaces=("${pkgname}-coherence" "${pkgname}-nonprism")
optdepends=('gvfs-goa: Virtual file systems (e.g. OwnCloud)')
-_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
@@ -30,11 +35,6 @@ prepare() {
NOCONFIGURE=1 ./autogen.sh
}
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
build() {
cd $pkgname