[arch-commits] Commit in gnome-backgrounds/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Sep 27 17:57:12 UTC 2010


    Date: Monday, September 27, 2010 @ 13:57:11
  Author: ibiru
Revision: 91712

upgpkg: gnome-backgrounds 2.32.0-1
update to 2.32.0

Modified:
  gnome-backgrounds/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-27 17:57:10 UTC (rev 91711)
+++ PKGBUILD	2010-09-27 17:57:11 UTC (rev 91712)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-backgrounds
-pkgver=2.30.0
+pkgver=2.32.0
 pkgrel=1
 pkgdesc="Background images and data for GNOME"
 arch=(any)
@@ -10,13 +10,13 @@
 url="http://www.gnome.org"
 license=('GPL')
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.30/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c69220d2c65419c5c2cce1f80df8bb40ef2e584ef5500313f9304eb5f71e8a92')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.32/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('4d7b60b5ba768bf8834b5fa3a3471cd9a9e14b5884bc210dc2d3cdbf1faddcef')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+      --localstatedir=/var
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list