summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54c81df30b73..9ddf89ab05a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autotrace
pkgdesc = A program for converting bitmap to vector graphics
pkgver = 0.31.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/autotrace/autotrace/
arch = x86_64
license = GPL-2.0-or-later
diff --git a/PKGBUILD b/PKGBUILD
index b1555661f2f1..1cd032ba12f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=autotrace
pkgver=0.31.10
-pkgrel=1
+pkgrel=2
pkgdesc='A program for converting bitmap to vector graphics'
arch=('x86_64')
url='https://github.com/autotrace/autotrace/'
@@ -23,6 +23,10 @@ prepare() {
build() {
cd "autotrace-${pkgver}"
+
+ # fix build with gcc 14
+ export CFLAGS+=' -Wno-incompatible-pointer-types'
+
./configure \
--prefix='/usr' \
--disable-static \