Date: Wednesday, March 5, 2014 @ 21:50:31 Author: flexiondotorg Revision: 106546
Updated to 1.8 Modified: mate-icon-theme/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-05 20:50:14 UTC (rev 106545) +++ PKGBUILD 2014-03-05 20:50:31 UTC (rev 106546) @@ -1,21 +1,18 @@ -# $Id$ # Maintainer : Martin Wimpress <[email protected]> -# Contributor: Giovanni "Talorno" Ricciardi <[email protected]> -# Contributor: Xpander <[email protected]> pkgname=mate-icon-theme -pkgver=1.6.3 +pkgver=1.8.0 pkgrel=1 pkgdesc="MATE icon theme" url="http://mate-desktop.org" arch=('any') license=('GPL') -depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg') +depends=('hicolor-icon-theme' 'gtk-update-icon-cache') makedepends=('icon-naming-utils' 'mate-common' 'perl-xml-parser') options=(!emptydirs !strip) groups=('mate') -source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") -sha1sums=('e7d2f4060e3b6233c2e37ccef93f40bde53b2873') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") +sha1sums=('6bc8ec63fed8e85390364626cd06d6fb130f0071') install=${pkgname}.install build() {
