remake: Update to 4.3+dbg1.6
This commit is contained in:
parent
c186d240db
commit
6ede6b4bab
@ -3,9 +3,9 @@
|
||||
pkgname=remake
|
||||
conflicts=("remake-git")
|
||||
replaces=("remake-git")
|
||||
_remakever="dbg-1.5"
|
||||
pkgver=4.3+dbg1.5
|
||||
pkgrel=2
|
||||
_remakever="dbg-1.6"
|
||||
pkgver=4.3+dbg1.6
|
||||
pkgrel=1
|
||||
pkgdesc="Enhanced GNU Make - tracing, error reporting, debugging, profiling and more"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/rocky/remake"
|
||||
@ -21,7 +21,7 @@ makedepends=('gettext'
|
||||
'autotools'
|
||||
'libreadline-devel')
|
||||
source=("https://sourceforge.net/projects/bashdb/files/remake/4.3%2B${_remakever}/remake-4.3%2B${_remakever}.tar.gz")
|
||||
sha256sums=('2e6eb709f3e6b85893f14f15e34b4c9b754aceaef0b92bb6ca3a025f10119d76')
|
||||
sha256sums=('f6a0c6179cd92524ad5dd04787477c0cd45afb5822d977be93d083b810647b87')
|
||||
|
||||
prepare() {
|
||||
cd ${srcdir}/${pkgname}-4.3+${_remakever}
|
||||
@ -30,10 +30,11 @@ prepare() {
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-4.3+${_remakever}
|
||||
CFLAGS+=" -fcommon"
|
||||
|
||||
local CYGWIN_CHOST="${CHOST/-msys/-cygwin}"
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--build=${CHOST} \
|
||||
--build=${CYGWIN_CHOST} \
|
||||
--without-libintl-prefix \
|
||||
--without-libiconv-prefix \
|
||||
ac_cv_dos_paths=yes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user