(make build reproducible)

- dont let the buildchain gzip the manpages, makepkg does that reproducibly
ledoian
Levente Polyak 6 years ago
parent 65e6f53075
commit d2371ac0ee

@ -4,14 +4,14 @@
_pkgbasename=ncurses _pkgbasename=ncurses
pkgname=lib32-${_pkgbasename} pkgname=lib32-${_pkgbasename}
pkgver=6.1 pkgver=6.1
pkgrel=2 pkgrel=3
pkgdesc="System V Release 4.0 curses emulation library (32-bit)" pkgdesc="System V Release 4.0 curses emulation library (32-bit)"
arch=('x86_64') arch=('x86_64')
url="https://www.gnu.org/software/ncurses/" url="https://www.gnu.org/software/ncurses/"
license=('MIT') license=('MIT')
depends=('lib32-glibc' ${_pkgbasename}) depends=('lib32-glibc' ${_pkgbasename})
source=(https://ftp.gnu.org/pub/gnu/ncurses/ncurses-${pkgver}.tar.gz{,.sig}) source=(https://ftp.gnu.org/pub/gnu/ncurses/ncurses-${pkgver}.tar.gz{,.sig})
md5sums=('98c889aaf8d23910d2b92d65be2e737a' sha256sums=('aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17'
'SKIP') 'SKIP')
validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
@ -24,7 +24,7 @@ build() {
./configure --prefix=/usr --mandir=/usr/share/man \ ./configure --prefix=/usr --mandir=/usr/share/man \
--with-pkg-config-libdir=/usr/lib32/pkgconfig \ --with-pkg-config-libdir=/usr/lib32/pkgconfig \
--with-shared --with-normal --without-debug --without-ada \ --with-shared --with-normal --without-debug --without-ada \
--enable-widec --libdir=/usr/lib32 --enable-widec --libdir=/usr/lib32 --with-manpage-format=normal
make make
} }

Loading…
Cancel
Save