Date: Sunday, February 27, 2022 @ 19:03:17 Author: svenstaro Revision: 1137925
upgpkg: wesnoth 1:1.16.2-2: Remove old dependencies (FS#73927) Modified: wesnoth/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-27 19:02:23 UTC (rev 1137924) +++ PKGBUILD 2022-02-27 19:03:17 UTC (rev 1137925) @@ -8,12 +8,12 @@ # NOTE: Odd minor versions are unstable! Do not package those. pkgver=1.16.2 epoch=1 -pkgrel=1 +pkgrel=2 pkgdesc="A turn-based strategy game on a fantasy world" arch=('x86_64') license=('GPL') url="http://www.wesnoth.org/" -depends=('sdl2_ttf' 'sdl2_mixer' 'sdl2_image' 'fribidi' 'boost-libs' 'pango' 'dbus') +depends=('sdl2_mixer' 'sdl2_image' 'boost-libs' 'pango' 'dbus') makedepends=('boost' 'cmake' 'git' 'ninja') replaces=('wesnoth-data') options=(!emptydirs)