Version up PKGBUILD cinstall

This commit is contained in:
abveritas 2010-08-18 02:20:11 +00:00
parent fe43f3d8b6
commit 073739e8b9
3 changed files with 4 additions and 6 deletions

View File

@ -9,14 +9,12 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=cinstall
pkgver=20100816
pkgver=20100818
pkgrel=1
depends=('kdelibs' 'qt' 'squashfs-tools' 'xz-utils' 'unionfs-fuse' 'fakechroot')
depends=('kdelibs' 'qt' 'squashfs-tools' 'xz-utils')
pkgdesc="Bundle Creator/Launcher and Package-Manager"
arch=("i686" "x86_64")
license=('GPL')
provides=('cinstall')
conflicts=('cinstall')
install=$pkgname.install
url="http://chakra-project.org/"
optdepends=('akabei: for akabei support'

View File

@ -26,7 +26,7 @@ _barch=i386
[ "$CARCH" = "x86_64" ] && _barch=x86_64
source=(http://ftp.opera.com/pub/opera/linux/${pkgver/./}/opera-${pkgver}-${_buildver}.${_barch}.linux.tar.bz2)
md5sums=('e91b9bd1ddbb3c85d7bdd7991b56add8')
[ "$CARCH" = "x86_64" ] && md5sums=('have_to_enter')
[ "$CARCH" = "x86_64" ] && md5sums=('82e1906aed9f6770ec2ee8f65576c841')
build() {
cd opera-${pkgver}-${_buildver}.${_barch}.linux

View File

@ -8,7 +8,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=packer
pkgver=20100811
pkgver=20100818
pkgrel=1
pkgdesc="Bash wrapper for pacman and aur"
url="http://github.com/bruenig/packer"