diff options
Diffstat (limited to 'community/cairo-dock/PKGBUILD')
-rwxr-xr-x | community/cairo-dock/PKGBUILD | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/community/cairo-dock/PKGBUILD b/community/cairo-dock/PKGBUILD index e3968e4b2..5837f62e4 100755 --- a/community/cairo-dock/PKGBUILD +++ b/community/cairo-dock/PKGBUILD @@ -1,21 +1,20 @@ -# $Id: PKGBUILD 98550 2013-10-13 10:48:27Z alucryd $ -# Maintainer: Maxime Gauduin <alucryd@gmail.com> -# Contributor: Tofe <chris.chapuis@gmail.com> -# Contributor: erm67 <erm67@yahoo.it> +# $Id: PKGBUILD 99668 2013-10-30 22:32:44Z alucryd $ +# 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} |