pacman: Update to latest. Don't remove static libraries for mingw packages by default.

This commit is contained in:
Alexpux
2014-08-09 21:49:05 +04:00
parent f5947dfe34
commit 56413d9cf7
4 changed files with 10 additions and 9 deletions

View File

@@ -605,5 +605,4 @@ index bf19d57..dd8e794 100644
return 1;
}
--
2.0.0
2.0.0

View File

@@ -2,8 +2,8 @@
pkgname=pacman
_base_ver=4.1.2
pkgver=4.1.2.5747.564d468
pkgrel=2
pkgver=4.1.2.5796.c945c04
pkgrel=1
pkgdesc="A library-based package manager with dependency support (MSYS2 port)"
arch=('i686' 'x86_64')
url="http://www.archlinux.org/pacman/"
@@ -24,6 +24,7 @@ checkdepends=('python2')
makedepends=('asciidoc'
'autoconf'
'automake-wrapper'
'doxygen'
'libtool'
'git'
'gettext-devel'
@@ -51,11 +52,11 @@ md5sums=('SKIP'
'b079f3989407f048439649cf7f5b183a'
'b079f3989407f048439649cf7f5b183a'
'eb0486b7fab06af50b3ffd5953b46ea9'
'40d83018dc57369e9b6478b933ccc67d'
'c33b98943245ae91e06167091d743d76'
'eac2f0002729f0db4e841e2594d14123'
'c8859429e8bc1abc3e170fac912df58d'
'6d09ad2af496334e3f9f546c1e586676'
'9cbad99274b1013e91ddc1e311a79cc5'
'eff58dbf1f6610afb9574bbd33316d4f')
'6aec4e88b9103114e42932697f86aa33')
pkgver() {
cd "$srcdir/$pkgname"
@@ -78,6 +79,7 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--enable-doc \
--enable-doxygen \
--with-scriptlet-shell=/usr/bin/bash \
--with-pkg-ext=.pkg.tar.xz
make -j1

View File

@@ -80,7 +80,7 @@ BUILDENV=(!distcc color !ccache check !sign)
# These are default values for the options=() settings
#########################################################################
#
# Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
# Default: OPTIONS=(strip docs !libtool staticlibs emptydirs zipman purge !upx !debug)
# A negated option will do the opposite of the comments below.
#
#-- strip: Strip symbols from binaries/libraries

View File

@@ -93,7 +93,7 @@ BUILDENV=(!distcc color !ccache check !sign)
#-- upx: Compress binary executable files using UPX
#-- debug: Add debugging flags as specified in DEBUG_* variables
#
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
OPTIONS=(strip docs !libtool staticlibs emptydirs zipman purge !upx !debug)
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
INTEGRITY_CHECK=(md5)