mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 17:47:14 +08:00
Version up PKGBUILD cinstall
This commit is contained in:
parent
fe43f3d8b6
commit
073739e8b9
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user