[arch-commits] Commit in gnome-icon-theme-extras/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Mar 30 18:27:25 UTC 2012
Date: Friday, March 30, 2012 @ 14:27:25
Author: heftig
Revision: 154800
3.4.0
Modified:
gnome-icon-theme-extras/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-03-30 18:18:03 UTC (rev 154799)
+++ PKGBUILD 2012-03-30 18:27:25 UTC (rev 154800)
@@ -3,8 +3,8 @@
# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-icon-theme-extras
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.4.0
+pkgrel=1
pkgdesc="GNOME icon theme, extra icons"
arch=(any)
depends=('gnome-icon-theme')
@@ -13,16 +13,16 @@
license=('GPL')
install=gnome-icon-theme-extras.install
groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b9e4af7cb9cce3123da257f70223ee3fd78e0963a040386aaef449b111f862eb')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d54492c2fb685a983bce4dec24db5831a2828f6479c98fbcd93a1f8370b4c373')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list