mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
pkgver=4.1.2
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="A library-based package manager with dependency support"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.archlinux.org/pacman/"
|
||||
|
@ -24,6 +24,7 @@ provides=('pacman-contrib')
|
|||
conflicts=('pacman-contrib')
|
||||
replaces=('pacman-contrib')
|
||||
backup=(etc/pacman.conf etc/makepkg.conf)
|
||||
options=('strip' 'debug')
|
||||
source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
|
||||
pacman.conf
|
||||
makepkg.conf)
|
||||
|
@ -92,4 +93,6 @@ package() {
|
|||
for f in makepkg pacman-key; do
|
||||
ln -s pacman "$pkgdir/usr/share/bash-completion/completions/$f"
|
||||
done
|
||||
|
||||
install -Dm644 contrib/PKGBUILD.vim "$pkgdir/usr/share/vim/vimfiles/syntax/PKGBUILD.vim"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue