mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/pacman to 4.0.3-3.1, update v5 chost
This commit is contained in:
parent
bd7c44964c
commit
e3fa25de8f
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ noautobuild=1
|
|||
|
||||
pkgname=pacman
|
||||
pkgver=4.0.3
|
||||
pkgrel=3
|
||||
pkgrel=3.1
|
||||
pkgdesc="A library-based package manager with dependency support"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.archlinux.org/pacman/"
|
||||
|
@ -77,7 +77,7 @@ package() {
|
|||
arm)
|
||||
install -m644 $srcdir/pacman.conf $pkgdir/etc/pacman.conf
|
||||
mycarch="arm"
|
||||
mychost="arm-unknown-linux-gnueabi"
|
||||
mychost="armv5te-unknown-linux-gnueabi"
|
||||
myflags="-march=armv5te "
|
||||
;;
|
||||
armv6h)
|
||||
|
|
Loading…
Reference in a new issue