core/pacman to 4.0.3-7

This commit is contained in:
Kevin Mihelich 2013-03-03 18:31:10 +00:00
parent 2db9c12912
commit 34733cf9d7

View file

@ -8,17 +8,15 @@
# - pacman.conf: architecture=arm/armv7h, added our aur and alarm repos
# - makepkg.conf: adjusted C/CXX/LDFLAGS
noautobuild=1
pkgname=pacman
pkgver=4.0.3
pkgrel=5
pkgrel=7
pkgdesc="A library-based package manager with dependency support"
arch=('i686' 'x86_64')
url="http://www.archlinux.org/pacman/"
license=('GPL')
groups=('base')
depends=('bash' 'glibc>=2.16.0' 'libarchive>=3.0.2' 'curl>=7.19.4'
groups=('base' 'base-devel')
depends=('bash' 'glibc>=2.16.0' 'libarchive>=3.1.2' 'curl>=7.19.4'
'gpgme' 'pacman-mirrorlist')
makedepends=('asciidoc')
optdepends=('fakeroot: for makepkg usage as normal user')