diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index 29b0c5e89..2c16c242d 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -11,8 +11,8 @@ pkgname=distcc pkgver=3.4 -pkgrel=6 -_gccver=12.2.0 # Current GCC version, used for symlinks. See FS#69044 +pkgrel=7 +_gccver=13.1.1 # Current GCC version, used for symlinks. See FS#69044 pkgdesc='Distributed compilation service for C, C++ and Objective-C' arch=(x86_64) url='https://github.com/distcc/distcc' @@ -57,6 +57,7 @@ build() { --sysconfdir=/etc \ --without-avahi \ --with-gtk + make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python }