diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-13 12:22:54 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-13 12:22:54 -0300 |
commit | 1e3de3ee59eef58cc73cdea779c3f55a6fcfb0ff (patch) | |
tree | be4397960067e7e7e83fca01a479b5e40de93d6c /nonprism | |
parent | 4d7f1647c67e386d001576f244f16372a50f9042 (diff) | |
download | abslibre-1e3de3ee59eef58cc73cdea779c3f55a6fcfb0ff.tar.gz abslibre-1e3de3ee59eef58cc73cdea779c3f55a6fcfb0ff.tar.bz2 abslibre-1e3de3ee59eef58cc73cdea779c3f55a6fcfb0ff.zip |
gnome-online-accounts-3.16.0-1.nonprism1: updating version
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/gnome-online-accounts/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nonprism/gnome-online-accounts/PKGBUILD b/nonprism/gnome-online-accounts/PKGBUILD index 9a8077452..2931c471e 100644 --- a/nonprism/gnome-online-accounts/PKGBUILD +++ b/nonprism/gnome-online-accounts/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 232052 2015-02-27 09:48:56Z jgc $ +# $Id: PKGBUILD 234551 2015-03-23 13:45:55Z jgc $ # Maintainer (Arch): Ionut Biru <ibiru@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=gnome-online-accounts -pkgver=3.14.3 +pkgver=3.16.0 pkgrel=1.nonprism1 pkgdesc="GNOME service to access online accounts, without support for unsafe and dangerous for privacy protocols" arch=(i686 x86_64 mips64el) @@ -11,11 +11,11 @@ url="http://www.gnome.org" license=('GPL') conflicts=("${pkgname}-coherence" "${pkgname}-nonprism" ) replaces=("${pkgname}-coherence" "${pkgname}-nonprism") -depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib' 'krb5' 'gcr') -makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 'python2') +depends=('webkit2gtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 'telepathy-glib' 'krb5' 'gcr') +makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl') install=$pkgname.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('6fe2dc67ab2c50a1c127767f43f31513dac72453bd41d4b4265217a19667c2c6') +sha256sums=('2ca9c404c6a42aac34073087606a962f49f7986f0cc549cfe9100ac29c91ffd6') build() { cd $pkgname-$pkgver @@ -30,7 +30,7 @@ build() { package() { cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install + make -j1 DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: |