[arch-commits] Commit in pacman/trunk (PKGBUILD makepkg.conf)
Allan McRae
allan at nymeria.archlinux.org
Sun Oct 20 11:13:24 UTC 2013
Date: Sunday, October 20, 2013 @ 13:13:23
Author: allan
Revision: 196823
upgpkg: pacman 4.1.2-3
add \!libtool to makepkg.conf
Modified:
pacman/trunk/PKGBUILD
pacman/trunk/makepkg.conf
--------------+
PKGBUILD | 4 ++--
makepkg.conf | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-20 09:31:59 UTC (rev 196822)
+++ PKGBUILD 2013-10-20 11:13:23 UTC (rev 196823)
@@ -5,7 +5,7 @@
pkgname=pacman
pkgver=4.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="A library-based package manager with dependency support"
arch=('i686' 'x86_64')
url="http://www.archlinux.org/pacman/"
@@ -28,7 +28,7 @@
'SKIP'
'2db6c94709bb30cc614a176ecf8badb1'
'de74a13618347f08ae4a9637f74471c4'
- '88817f39676dcb093e9e64d465e40849')
+ 'f4940a8003ebd11e514827a790ef4e7f')
build() {
cd $srcdir/$pkgname-$pkgver
Modified: makepkg.conf
===================================================================
--- makepkg.conf 2013-10-20 09:31:59 UTC (rev 196822)
+++ makepkg.conf 2013-10-20 11:13:23 UTC (rev 196823)
@@ -67,7 +67,7 @@
# 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
@@ -80,7 +80,7 @@
#-- 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)
More information about the arch-commits
mailing list