[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sat Mar 10 12:57:41 UTC 2012


    Date: Saturday, March 10, 2012 @ 07:57:40
  Author: ibiru
Revision: 152866

update to 3.3.91

Modified:
  gnome-icon-theme-symbolic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-10 12:50:31 UTC (rev 152865)
+++ PKGBUILD	2012-03-10 12:57:40 UTC (rev 152866)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=gnome-icon-theme-symbolic
-pkgver=3.2.2
+pkgver=3.3.91
 pkgrel=1
 pkgdesc="GNOME icon theme, symbolic icons"
 arch=(any)
@@ -13,16 +13,16 @@
 license=('GPL')
 install=gnome-icon-theme-symbolic.install
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('04d5b4a0c372bc806b57660fb28cf91d38c782f7cd3f96d63ea0f7f93d8ee73d')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('65e8991a25abdad825eda55b12a6e1c98e4771d6eab72a4222114aa08df003ba')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$pkgname-$pkgver"
   GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
   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