Date: Wednesday, October 30, 2013 @ 23:32:09 Author: alucryd Revision: 99667
upgpkg: cairo-dock 3.3.2-1 Modified: cairo-dock/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-30 21:24:19 UTC (rev 99666) +++ PKGBUILD 2013-10-30 22:32:09 UTC (rev 99667) @@ -1,21 +1,20 @@ # $Id$ -# Maintainer: Maxime Gauduin <[email protected]> -# Contributor: Tofe <[email protected]> -# Contributor: erm67 <[email protected]> +# Maintainer: Maxime Gauduin <alucryd at gmail dot com> +# Contributor: Tofe <chris dot chapuis at gmail dot com> +# Contributor: erm67 <erm67 at yahoo dot it> pkgname=cairo-dock -pkgver=3.3.1 +pkgver=3.3.2 pkgrel=1 -pkgdesc="Light eye-candy fully themable animated dock" +pkgdesc='Light eye-candy fully themable animated dock' arch=('i686' 'x86_64') -url="https://launchpad.net/cairo-dock-core" +url="https://launchpad.net/${pkgname}-core" license=('GPL') depends=('curl' 'dbus-glib' 'gtk3' 'librsvg') makedepends=('cmake') optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock') -options=('!libtool') -source=("http://launchpad.net/${pkgname}-core/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz") -sha256sums=('4d7c5c58606ac1e22dcbe6d80404e38d747c2c846102df09f25d5b97943f0459') +source=("${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz") +sha256sums=('a2d3854771d7ef5b262593b37aed216ece7eeacfc3e2a08deb4a797f175f6af8') build() { cd ${pkgname}-${pkgver}
