summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 777af6e85b40..5c835b8b9942 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,16 @@
pkgname=gsettings-desktop-schemas-dev
_realpkgname=gsettings-desktop-schemas
-pkgver=3.31.0.2
+pkgver=3.31.90
pkgrel=1
pkgdesc="Shared GSettings schemas for the desktop"
arch=(x86_64)
url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
license=('GPL')
depends=(glib2 intltool)
+optdepends=(
+ 'ttf-source-code-pro-ibx: monospace font, no fallback by default'
+)
makedepends=(git meson gobject-introspection)
provides=("${_realpkgname}")