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

Ionut Biru ibiru at archlinux.org
Mon Apr 4 10:11:09 UTC 2011


    Date: Monday, April 4, 2011 @ 06:11:09
  Author: ibiru
Revision: 117523

upgpkg: gnome-common 2.34.0-1
update to 2.34

Modified:
  gnome-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-04 09:53:46 UTC (rev 117522)
+++ PKGBUILD	2011-04-04 10:11:09 UTC (rev 117523)
@@ -2,18 +2,22 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-common
-pkgver=2.28.0
+pkgver=2.34.0
 pkgrel=1
 pkgdesc="Common development macros for GNOME2"
 arch=(any)
 license=('GPL')
 url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.34/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7a9c4f9ab975501c36be3192aa61641abca045a215d519d7d00527706f1de1df')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list