diff --git a/cinstall/PKGBUILD b/cinstall/PKGBUILD index ce3789acd..86f299a09 100644 --- a/cinstall/PKGBUILD +++ b/cinstall/PKGBUILD @@ -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' diff --git a/opera/PKGBUILD b/opera/PKGBUILD index ce885a391..658ba5162 100644 --- a/opera/PKGBUILD +++ b/opera/PKGBUILD @@ -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 diff --git a/packer/PKGBUILD b/packer/PKGBUILD index 764751bf2..df07b2290 100644 --- a/packer/PKGBUILD +++ b/packer/PKGBUILD @@ -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"