mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/pacman to 4.1.1-1
This commit is contained in:
parent
09af75f927
commit
781e365749
2 changed files with 7 additions and 5 deletions
|
@ -9,8 +9,8 @@
|
|||
# - makepkg.conf: adjusted C/CXX/LDFLAGS
|
||||
|
||||
pkgname=pacman
|
||||
pkgver=4.1.0
|
||||
pkgrel=2
|
||||
pkgver=4.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="A library-based package manager with dependency support"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.archlinux.org/pacman/"
|
||||
|
@ -29,10 +29,10 @@ options=(!libtool)
|
|||
source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
|
||||
pacman.conf
|
||||
makepkg.conf)
|
||||
md5sums=('a0f2b3148bee4784f21cf373cf59a0bc'
|
||||
'4959b8d00056398195f4e549e7bdd346'
|
||||
md5sums=('72a1688ff73c1c0b79d8f87b3793d446'
|
||||
'SKIP'
|
||||
'5c491b27bae54d93d6ba972ce0fccfa7'
|
||||
'105c1e891b91cc715bb80b532514f8b1')
|
||||
'4325d958e5ad4632b6a771e1df6306f9')
|
||||
|
||||
# keep an upgrade path for older installations
|
||||
PKGEXT='.pkg.tar.gz'
|
||||
|
|
|
@ -109,6 +109,8 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
|
|||
#SRCDEST=/home/sources
|
||||
#-- Source packages: specify a fixed directory where all src packages will be placed
|
||||
#SRCPKGDEST=/home/srcpackages
|
||||
#-- Log files: specify a fixed directory where all log files will be placed
|
||||
#LOGDEST=/home/makepkglogs
|
||||
#-- Packager: name/email of the person or organization building packages
|
||||
#PACKAGER="John Doe <john@doe.com>"
|
||||
#-- Specify a key to use for package signing
|
||||
|
|
Loading…
Reference in a new issue