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