[arch-commits] Commit in cairo-dock/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Oct 20 07:51:52 UTC 2014


    Date: Monday, October 20, 2014 @ 09:51:52
  Author: alucryd
Revision: 121031

upgpkg: cairo-dock 3.4.0-1

Modified:
  cairo-dock/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-20 07:19:07 UTC (rev 121030)
+++ PKGBUILD	2014-10-20 07:51:52 UTC (rev 121031)
@@ -4,7 +4,7 @@
 # Contributor: erm67 <erm67 at yahoo.it>
 
 pkgname=cairo-dock
-pkgver=3.3.2.r1818
+pkgver=3.4.0
 pkgrel=1
 pkgdesc='Light eye-candy fully themable animated dock'
 arch=('i686' 'x86_64')
@@ -13,12 +13,11 @@
 depends=('curl' 'dbus-glib' 'glu' 'gtk3' 'librsvg')
 makedepends=('bzr' 'cmake')
 optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
-#source=("https://launchpad.net/cairo-dock-core/${pkgver%.?}/${pkgver}/+download/cairo-dock-${pkgver}.tar.gz")
-source=("cairo-dock::bzr+lp:cairo-dock-core#revision=${pkgver#*.r}")
-sha256sums=('SKIP')
+source=("https://launchpad.net/cairo-dock-core/${pkgver%.?}/${pkgver}/+download/cairo-dock-${pkgver}.tar.gz")
+sha256sums=('7843390bddce79497343e8bd3b8fbe528b7c6a65968d31595fd62ee12e284270')
 
 build() {
-  cd cairo-dock
+  cd cairo-dock-${pkgver}
 
   if [[ -d build ]]; then
     rm -rf build
@@ -30,7 +29,7 @@
 }
 
 package() {
-  cd cairo-dock/build
+  cd cairo-dock-${pkgver}/build
 
   make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list