hexcurse: rebuild

This commit is contained in:
Christoph Reiter 2023-12-13 15:22:08 +01:00
parent 436e004173
commit ecd896a652

View File

@ -4,14 +4,14 @@
pkgname=hexcurse pkgname=hexcurse
pkgver=1.60.0 pkgver=1.60.0
pkgrel=1 pkgrel=2
pkgdesc="Versatile ncurses-based hex editor." pkgdesc="Versatile ncurses-based hex editor."
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
#url="https://directory.fsf.org/project/HexCurse/" #url="https://directory.fsf.org/project/HexCurse/"
url="https://github.com/LonnyGomes/hexcurse" url="https://github.com/LonnyGomes/hexcurse"
license=('GPL') license=('GPL')
depends=('ncurses') depends=('ncurses')
makedepends=('autotools' 'gcc') makedepends=('autotools' 'gcc' 'ncurses-devel')
options=('!makeflags') options=('!makeflags')
source=("${pkgname}-${pkgver}.tgz::https://github.com/LonnyGomes/hexcurse/archive/v${pkgver}.tar.gz" source=("${pkgname}-${pkgver}.tgz::https://github.com/LonnyGomes/hexcurse/archive/v${pkgver}.tar.gz"
hexcurse-1.60.0-msys2-automake-version.diff hexcurse-1.60.0-msys2-automake-version.diff
@ -43,6 +43,8 @@ prepare() {
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"
CFLAGS+=" -Wno-error -fcommon"
./configure \ ./configure \
--build=${CHOST} \ --build=${CHOST} \
--host=${CHOST} \ --host=${CHOST} \