diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 15:20:32 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 15:20:32 +0100 |
commit | c0a02f08d66969b92325d421354f4def5c23f84c (patch) | |
tree | 1f97a2b8ea84967f808112b173ab1e7a494b0a26 /extra/gnome-panel | |
parent | d830c3b1d23d90c928c68bf821049db3abf897b8 (diff) | |
parent | a29329c38e50afd28d28c3a99e35d8774b9b19f8 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/gvfs/PKGBUILD
libre/libretools/libretools.install
Diffstat (limited to 'extra/gnome-panel')
-rw-r--r-- | extra/gnome-panel/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnome-panel/PKGBUILD b/extra/gnome-panel/PKGBUILD index 221dfaa08..45fd7d020 100644 --- a/extra/gnome-panel/PKGBUILD +++ b/extra/gnome-panel/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 169905 2012-10-30 22:34:26Z heftig $ +# $Id: PKGBUILD 170862 2012-11-12 20:11:06Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gnome-panel -pkgver=3.6.0 +pkgver=3.6.2 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -16,7 +16,7 @@ groups=('gnome') provides=("gnome-panel-bonobo=${pkgver}") options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('6a8058df6263af35b0e430514f7e16d1b4df095365242d39e170cfc451a328b6') +sha256sums=('a41c45c5512e796b8602ce50bf0d205993eab364c860aae31afa582d77b77079') build() { cd "$pkgname-$pkgver" |