diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-17 00:14:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-17 00:14:23 -0300 |
commit | b19c3ac24b1848593c4124ed45dd4b86805e112e (patch) | |
tree | b18dbbf998323516086ef490e4660e72560bf350 /nonprism | |
parent | aae3f8835edc01ce39ca82d0cb5f89994a0183c7 (diff) | |
download | abslibre-b19c3ac24b1848593c4124ed45dd4b86805e112e.tar.gz abslibre-b19c3ac24b1848593c4124ed45dd4b86805e112e.tar.bz2 abslibre-b19c3ac24b1848593c4124ed45dd4b86805e112e.zip |
gnome-online-accounts-3.22.5-1.nonprism1: updating version
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/gnome-online-accounts/PKGBUILD | 16 |
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 |