From feb3425ca044d3d33e2891024c3943cc02e915df Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 5 May 2020 18:11:36 +0200 Subject: libre: openttd: remove forgetten PKG_CONFIG_PATH This was for the older version of icu-parabola. Signed-off-by: Denis 'GNUtoo' Carikli --- libre/openttd/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libre/openttd/PKGBUILD b/libre/openttd/PKGBUILD index e3f1bf207..7a0fa3055 100644 --- a/libre/openttd/PKGBUILD +++ b/libre/openttd/PKGBUILD @@ -12,7 +12,7 @@ pkgname=openttd pkgver=1.9.3 pkgrel=2 -pkgrel+=.parabola5 +pkgrel+=.parabola6 pkgdesc='An engine for running Transport Tycoon Deluxe.' arch=('x86_64') arch+=('i686' 'armv7h') @@ -38,8 +38,7 @@ build() { --install-dir="${pkgdir}" \ --doc-dir=share/doc/${pkgname} \ --with-fluidsynth \ - --menu-name="OpenTTD" \ - PKG_CONFIG_PATH="/opt/parabola/icu/lib/pkgconfig/" + --menu-name="OpenTTD" make } -- cgit v1.2.3