mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/pacman to 4.1.2-5
This commit is contained in:
parent
121657cb73
commit
40d7363e4c
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
pkgname=pacman
|
pkgname=pacman
|
||||||
pkgver=4.1.2
|
pkgver=4.1.2
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
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/"
|
||||||
|
@ -24,6 +24,7 @@ provides=('pacman-contrib')
|
||||||
conflicts=('pacman-contrib')
|
conflicts=('pacman-contrib')
|
||||||
replaces=('pacman-contrib')
|
replaces=('pacman-contrib')
|
||||||
backup=(etc/pacman.conf etc/makepkg.conf)
|
backup=(etc/pacman.conf etc/makepkg.conf)
|
||||||
|
options=('strip' 'debug')
|
||||||
source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
|
source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
|
||||||
pacman.conf
|
pacman.conf
|
||||||
makepkg.conf)
|
makepkg.conf)
|
||||||
|
@ -92,4 +93,6 @@ package() {
|
||||||
for f in makepkg pacman-key; do
|
for f in makepkg pacman-key; do
|
||||||
ln -s pacman "$pkgdir/usr/share/bash-completion/completions/$f"
|
ln -s pacman "$pkgdir/usr/share/bash-completion/completions/$f"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
install -Dm644 contrib/PKGBUILD.vim "$pkgdir/usr/share/vim/vimfiles/syntax/PKGBUILD.vim"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue