diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD index d545ea188..a33579442 100644 --- a/pacman/PKGBUILD +++ b/pacman/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pacman pkgver=4.1.2 -pkgrel=3 +pkgrel=4 pkgdesc="A library-based package manager with dependency support" arch=('x86_64') url="http://www.archlinux.org/pacman/" @@ -28,7 +28,7 @@ source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig} sha1sums=('ed9a40a9b532bc43e48680826d57518134132538' 'SKIP' '0390fd27a62aadf0f7b5933632e858c442f2e167' - 'badd6ecea8dd3e690f4ed383120b6671576355da') + '3786881c265dbd90e47b793aa00b7cf9c8b01bc2') build() { cd $srcdir/$pkgname-$pkgver diff --git a/pacman/makepkg.conf b/pacman/makepkg.conf index 41e74436a..1a1872228 100644 --- a/pacman/makepkg.conf +++ b/pacman/makepkg.conf @@ -80,7 +80,7 @@ BUILDENV=(fakeroot !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)