mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/pacman to 4.0.3-7
This commit is contained in:
parent
2db9c12912
commit
34733cf9d7
1 changed files with 3 additions and 5 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue