core/pacman to 4.1.2-5

This commit is contained in:
Kevin Mihelich 2014-01-03 02:12:01 +00:00
parent 121657cb73
commit 40d7363e4c

View file

@ -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"
}