From 73598a7739fa5aa1f1f14b86c5b28dbfb69f02c9 Mon Sep 17 00:00:00 2001 From: abveritas Date: Mon, 6 Jun 2011 03:26:33 +0000 Subject: [PATCH] cbundle update, added simplified cli call, cinstall rebuild --- tools-pkg-cbundle/PKGBUILD | 8 ++++---- tools-pkg-cinstall/PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools-pkg-cbundle/PKGBUILD b/tools-pkg-cbundle/PKGBUILD index 18644e197..667b183db 100644 --- a/tools-pkg-cbundle/PKGBUILD +++ b/tools-pkg-cbundle/PKGBUILD @@ -5,9 +5,9 @@ # (c) 2010 Drake Justice pkgname=cbundle -pkgver=0.4.5.1 -pkgrel=2 -depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse') +pkgver=0.4.6.1 +pkgrel=1 +depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse' 'sh') makedepends=('qt' 'automoc4' 'kdebase-workspace') pkgdesc="A shared library for using Chakra software bundles" arch=("i686" "x86_64") @@ -15,7 +15,7 @@ license=('GPL') url="http://chakra-project.org/" source=("http://chakra-project.org/sources/cinstall/cbundle-$pkgver.tar.xz") -md5sums=('d4ff21cbf6293edd9f134889768d1bbc') +md5sums=('568170fccb0455eabdac353672771575') # create tarball: source PKGBUILD && mksource diff --git a/tools-pkg-cinstall/PKGBUILD b/tools-pkg-cinstall/PKGBUILD index 3cca74daf..c35b4614e 100644 --- a/tools-pkg-cinstall/PKGBUILD +++ b/tools-pkg-cinstall/PKGBUILD @@ -7,10 +7,10 @@ pkgname=cinstall pkgver=0.4.6.4 -pkgrel=1 +pkgrel=2 depends=('rsync' 'cbundle') makedepends=('kdelibs' 'qt' 'automoc4') -pkgdesc="Bundle Creator/Launcher and Package-Manager" +pkgdesc="Chakra's Bundle manager" arch=("i686" "x86_64") license=('GPL') install=$pkgname.install