diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-11 11:31:14 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-11 11:31:14 -0300 |
commit | 93e6000b49f03ddf5a7046d325675ab43f58980b (patch) | |
tree | 4202781c4124b57e808c9c6f51ba71e71484969e /extra/gnome-control-center | |
parent | fe4dcf73c98bd9629ed703a027a4b812fb174cdd (diff) | |
parent | 4141f5b04aab597f88a617a82649a404c773469a (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/haskell-binary/PKGBUILD
community/haskell-ghc-paths/PKGBUILD
community/virtualbox/PKGBUILD
extra/cscope/PKGBUILD
extra/pixman/PKGBUILD
extra/virtuoso/PKGBUILD
extra/xfce4-weather-plugin/PKGBUILD
Diffstat (limited to 'extra/gnome-control-center')
-rw-r--r-- | extra/gnome-control-center/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnome-control-center/PKGBUILD b/extra/gnome-control-center/PKGBUILD index 991bc2a65..9c5db6383 100644 --- a/extra/gnome-control-center/PKGBUILD +++ b/extra/gnome-control-center/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 140887 2011-10-20 05:42:34Z ibiru $ +# $Id: PKGBUILD 142419 2011-11-09 07:46:48Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gnome-control-center -pkgver=3.2.1 +pkgver=3.2.2 pkgrel=1 pkgdesc="The Control Center for GNOME" arch=('i686' 'x86_64' 'mips64el') @@ -17,7 +17,7 @@ install=gnome-control-center.install license=('GPL') options=('!libtool' '!emptydirs') source=(http://download.gnome.org/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz) -sha256sums=('bf354ea096ee7501cbdf53c42386355f19975b4206995e6110c180e7cb74a088') +sha256sums=('e675f8cfde06775919eb0c9fa4ee8c61310702989eecac6083098beb5afd9369') build() { cd "${srcdir}/${pkgname}-${pkgver}" |