diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-30 03:49:22 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-30 03:49:22 +0000 |
commit | abecd94e38c95522f241c335c76aa3150e43eedd (patch) | |
tree | e1aa639a866772861431c2ab8ced2ee79100ae9d /community/mate-panel | |
parent | 0a521de4508e14363c59922ab2744ab699e30288 (diff) |
Thu Jan 30 03:47:11 UTC 2014
Diffstat (limited to 'community/mate-panel')
-rw-r--r-- | community/mate-panel/PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/community/mate-panel/PKGBUILD b/community/mate-panel/PKGBUILD index 5319266e0..9fa14e4a8 100644 --- a/community/mate-panel/PKGBUILD +++ b/community/mate-panel/PKGBUILD @@ -1,11 +1,8 @@ -# $Id: PKGBUILD 104195 2014-01-16 16:33:39Z flexiondotorg $ # Maintainer : Martin Wimpress <code@flexion.org> -# Contributor: Giovanni Ricciardi <kar98k.sniper@gmail.com> -# Contributor: Xpander <xpander0@gmail.com> pkgname=mate-panel -pkgver=1.6.1 -pkgrel=4 +pkgver=1.6.2 +pkgrel=1 pkgdesc="The MATE Panel" url="http://mate-desktop.org" arch=('i686' 'x86_64') @@ -19,7 +16,7 @@ makedepends=('gobject-introspection' 'mate-common' 'mate-doc-utils' options=('!emptydirs') groups=('mate') source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") -sha1sums=('ccd8d01e14d12d09a9c807b98990c02868323c71') +sha1sums=('a02d8a678b9235f231002feb4ecef7171939161e') install=${pkgname}.install build() { |