[arch-commits] Commit in cairo-dock/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Oct 20 08:05:57 UTC 2014
Date: Monday, October 20, 2014 @ 10:05:57
Author: alucryd
Revision: 121033
upgpkg: cairo-dock 3.4.0-1
Modified:
cairo-dock/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-20 07:52:08 UTC (rev 121032)
+++ PKGBUILD 2014-10-20 08:05:57 UTC (rev 121033)
@@ -8,16 +8,16 @@
pkgrel=1
pkgdesc='Light eye-candy fully themable animated dock'
arch=('i686' 'x86_64')
-url='https://launchpad.net/cairo-dock-core'
+url='http://glx-dock.org/'
license=('GPL')
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")
-sha256sums=('7843390bddce79497343e8bd3b8fbe528b7c6a65968d31595fd62ee12e284270')
+source=("cairo-dock-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-core/archive/${pkgver}.tar.gz")
+sha256sums=('e92448c7d03d158c01c55c4e2e9c204c1d39a54288d8418a03c27f7b1739e0cc')
build() {
- cd cairo-dock-${pkgver}
+ cd cairo-dock-core-${pkgver}
if [[ -d build ]]; then
rm -rf build
@@ -29,7 +29,7 @@
}
package() {
- cd cairo-dock-${pkgver}/build
+ cd cairo-dock-core-${pkgver}/build
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list