cbundle update, added simplified cli call, cinstall rebuild

This commit is contained in:
abveritas 2011-06-06 03:26:33 +00:00
parent e6cdf79648
commit 73598a7739
2 changed files with 6 additions and 6 deletions

View File

@ -5,9 +5,9 @@
# (c) 2010 Drake Justice # (c) 2010 Drake Justice
pkgname=cbundle pkgname=cbundle
pkgver=0.4.5.1 pkgver=0.4.6.1
pkgrel=2 pkgrel=1
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse') depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse' 'sh')
makedepends=('qt' 'automoc4' 'kdebase-workspace') makedepends=('qt' 'automoc4' 'kdebase-workspace')
pkgdesc="A shared library for using Chakra software bundles" pkgdesc="A shared library for using Chakra software bundles"
arch=("i686" "x86_64") arch=("i686" "x86_64")
@ -15,7 +15,7 @@ license=('GPL')
url="http://chakra-project.org/" url="http://chakra-project.org/"
source=("http://chakra-project.org/sources/cinstall/cbundle-$pkgver.tar.xz") source=("http://chakra-project.org/sources/cinstall/cbundle-$pkgver.tar.xz")
md5sums=('d4ff21cbf6293edd9f134889768d1bbc') md5sums=('568170fccb0455eabdac353672771575')
# create tarball: source PKGBUILD && mksource # create tarball: source PKGBUILD && mksource

View File

@ -7,10 +7,10 @@
pkgname=cinstall pkgname=cinstall
pkgver=0.4.6.4 pkgver=0.4.6.4
pkgrel=1 pkgrel=2
depends=('rsync' 'cbundle') depends=('rsync' 'cbundle')
makedepends=('kdelibs' 'qt' 'automoc4') makedepends=('kdelibs' 'qt' 'automoc4')
pkgdesc="Bundle Creator/Launcher and Package-Manager" pkgdesc="Chakra's Bundle manager"
arch=("i686" "x86_64") arch=("i686" "x86_64")
license=('GPL') license=('GPL')
install=$pkgname.install install=$pkgname.install