diff --git a/packages/goverlay/goverlay.pacscript b/packages/goverlay/goverlay.pacscript index ada6a13273..4b090d5c15 100644 --- a/packages/goverlay/goverlay.pacscript +++ b/packages/goverlay/goverlay.pacscript @@ -27,7 +27,7 @@ build() { if [[ "sid trixie noble oracular devel" =~ ${DISTRO#*:} ]]; then make -j "${NCPU}" LAZBUILDOPTS=--lazarusdir=/usr/lib/lazarus/default else - make -j "${NCPU}" LAZBUILDOPTS=--lazarusdir=/usr/share/lazarus/3.2.0/ + make -j "${NCPU}" LAZBUILDOPTS=--lazarusdir=/usr/share/lazarus/3.4.0/ fi }