From fd98a14f8dca1530e56a0abaf6eca10ab02607fe Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 29 May 2018 15:40:13 -0400 Subject: libre/pacman: Tidy --- libre/pacman/PKGBUILD | 10 +++++----- libre/pacman/makepkg.conf.in | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'libre/pacman') diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD index 3500c02f0..3fd2a3dde 100644 --- a/libre/pacman/PKGBUILD +++ b/libre/pacman/PKGBUILD @@ -1,5 +1,5 @@ # vim: set ts=2 sw=2 et: -# $Id: PKGBUILD 268273 2016-05-18 05:54:54Z allan $ +# $Id$ # Maintainer (Arch): Dan McGee # Maintainer (Arch): Dave Reisner # Contributor (Hyperbola): André Silva @@ -14,8 +14,8 @@ pkgver=5.1.0 pkgrel=1 pkgrel+=.parabola1 pkgdesc="A library-based package manager with dependency support" -arch=('i686' 'x86_64') -arch+=('armv7h') +arch=('x86_64') +arch+=('i686' 'armv7h') url="http://www.archlinux.org/pacman/" license=('GPL') groups=('base' 'base-devel') @@ -84,12 +84,12 @@ build() { i686) mycarch="i686" mychost="i686-pc-linux-gnu" - myflags="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" + myflags="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" ;; x86_64) mycarch="x86_64" mychost="x86_64-pc-linux-gnu" - myflags="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" + myflags="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" ;; armv7h) mycarch="armv7h" diff --git a/libre/pacman/makepkg.conf.in b/libre/pacman/makepkg.conf.in index d874c81cd..9b90a2b26 100644 --- a/libre/pacman/makepkg.conf.in +++ b/libre/pacman/makepkg.conf.in @@ -73,7 +73,7 @@ BUILDENV=(!distcc color !ccache check !sign) # These are default values for the options=() settings ######################################################################### # -# Default: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug) +# Default: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge debug) # A negated option will do the opposite of the comments below. # #-- strip: Strip symbols from binaries/libraries -- cgit v1.2.3