diff --git a/testing/gnome-latex/APKBUILD b/testing/gnome-latex/APKBUILD index 62a966943b9..fe9f61bf699 100644 --- a/testing/gnome-latex/APKBUILD +++ b/testing/gnome-latex/APKBUILD @@ -2,13 +2,16 @@ # Maintainer: Ralf Rachinger pkgname=gnome-latex pkgver=3.44.0 -pkgrel=1 +pkgrel=2 pkgdesc="LaTeX editor for the GNOME desktop" url="https://gitlab.gnome.org/swilmet/gnome-latex" # s390x, ppc64le and riscv64 blocked by texlive arch="all !ppc64le !s390x !riscv64" license="GPL-3.0-or-later" -depends="texlive" +depends=" + gsettings-desktop-schemas + texlive + " makedepends=" autoconf automake