mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 21:27:14 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/core into testing
This commit is contained in:
commit
836839ca8c
@ -2,7 +2,7 @@
|
|||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=
|
KERNEL_NAME=
|
||||||
KERNEL_VERSION=2.6.39-CHAKRA
|
KERNEL_VERSION=2.6.39CHAKRA
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
@ -5,14 +5,14 @@
|
|||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||||
|
|
||||||
pkgname=pacman
|
pkgname=pacman
|
||||||
pkgver=3.4.3
|
pkgver=3.5.3
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="A library-based package manager with dependency support"
|
pkgdesc="A library-based package manager with dependency support"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.archlinux.org/pacman/"
|
url="http://www.archlinux.org/pacman/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
groups=('base')
|
groups=('base')
|
||||||
depends=('bash' 'libarchive>=2.7.1' 'libfetch>=2.25' 'pacman-mirrorlist')
|
depends=('bash' 'libarchive>=2.8.4' 'libfetch>=2.28' 'pacman-mirrorlist')
|
||||||
optdepends=('fakeroot: for makepkg usage as normal user'
|
optdepends=('fakeroot: for makepkg usage as normal user'
|
||||||
'curl: for rankmirrors usage')
|
'curl: for rankmirrors usage')
|
||||||
backup=(etc/pacman.conf etc/makepkg.conf)
|
backup=(etc/pacman.conf etc/makepkg.conf)
|
||||||
@ -22,7 +22,7 @@ source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
|
|||||||
pacman.conf.x86_64
|
pacman.conf.x86_64
|
||||||
pacman.conf
|
pacman.conf
|
||||||
makepkg.conf)
|
makepkg.conf)
|
||||||
md5sums=('3656a4a05346e28bafa5342879fa278a'
|
md5sums=('c36c18ed4d8ec69c0ecb4f9684266901'
|
||||||
'7cc09e46386579933ef50cea30b8389a'
|
'7cc09e46386579933ef50cea30b8389a'
|
||||||
'6c79bb013b5b6a14126ebcdaef12fdcd'
|
'6c79bb013b5b6a14126ebcdaef12fdcd'
|
||||||
'5beebe36bfc1e1f677d5ae12fcff8083')
|
'5beebe36bfc1e1f677d5ae12fcff8083')
|
||||||
@ -70,4 +70,4 @@ package() {
|
|||||||
install -m644 contrib/zsh_completion $pkgdir/usr/share/zsh/site-functions/_pacman
|
install -m644 contrib/zsh_completion $pkgdir/usr/share/zsh/site-functions/_pacman
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim: set ts=2 sw=2 et:
|
# vim: set ts=2 sw=2 et:
|
||||||
|
Loading…
Reference in New Issue
Block a user