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

Ionut Biru ibiru at archlinux.org
Fri Mar 9 20:24:40 UTC 2012


    Date: Friday, March 9, 2012 @ 15:24:39
  Author: ibiru
Revision: 152842

update to 3.3.91

Modified:
  gnome-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-09 20:15:28 UTC (rev 152841)
+++ PKGBUILD	2012-03-09 20:24:39 UTC (rev 152842)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-backgrounds
-pkgver=3.2.0
+pkgver=3.3.91
 pkgrel=1
 pkgdesc="Background images and data for GNOME"
 arch=(any)
@@ -10,17 +10,17 @@
 url="http://www.gnome.org"
 license=('GPL')
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('b1ac882d8b35055d36c9e92623a671988f5ceacf2700f6d6decca25d35809358')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3c2fca5c1e00698ab003378a558f4089251ac1e2fd4ba4904f326f1cd8834d7e')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list