[arch-commits] Commit in gnome-online-accounts/trunk (PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Tue Sep 27 10:28:11 UTC 2011
Date: Tuesday, September 27, 2011 @ 06:28:11
Author: ibiru
Revision: 138549
update to 3.2.0
Modified:
gnome-online-accounts/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-27 10:20:35 UTC (rev 138548)
+++ PKGBUILD 2011-09-27 10:28:11 UTC (rev 138549)
@@ -2,7 +2,7 @@
# Maintainer: Ionut Biru <ibiru at archlinux.org>
pkgname=gnome-online-accounts
-pkgver=3.1.91
+pkgver=3.2.0
pkgrel=1
pkgdesc="GNOME service to access online accounts"
arch=(i686 x86_64)
@@ -12,8 +12,8 @@
makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
options=(!libtool)
install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/3.1/$pkgname-$pkgver.tar.xz)
-sha256sums=('8690f7908e5676dead765776a6a5c4704f5d811a312d8efb4d48325c4b905dd6')
+source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
+sha256sums=('1abb5c44df6bd746fd2200c396c83c6fec4bffe2952317184f71150dbe554f7f')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -23,7 +23,7 @@
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list