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

Ionut Biru ibiru at archlinux.org
Thu Mar 8 20:39:00 UTC 2012


    Date: Thursday, March 8, 2012 @ 15:39:00
  Author: ibiru
Revision: 152691

update to 3.3.0

Modified:
  gnome-online-accounts/trunk/PKGBUILD
  gnome-online-accounts/trunk/gnome-online-accounts.install

-------------------------------+
 PKGBUILD                      |   10 +++++-----
 gnome-online-accounts.install |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-08 20:35:00 UTC (rev 152690)
+++ PKGBUILD	2012-03-08 20:39:00 UTC (rev 152691)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-online-accounts
-pkgver=3.2.1
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="GNOME service to access online accounts"
 arch=(i686 x86_64)
@@ -12,17 +12,17 @@
 makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
 options=(!libtool)
 install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz)
-sha256sums=('549c210c358fd05598a00cb7a8d8f5b0fd6e18f7cb321c3c1641fb18f1312234')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c5c0bc70b46f5ed5d6aa734834b2e0ef73fb8eddd9fd20606f0582043efb5d22')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
 

Modified: gnome-online-accounts.install
===================================================================
--- gnome-online-accounts.install	2012-03-08 20:35:00 UTC (rev 152690)
+++ gnome-online-accounts.install	2012-03-08 20:39:00 UTC (rev 152691)
@@ -1,5 +1,5 @@
 post_install () {
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 post_upgrade() {




More information about the arch-commits mailing list