summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjunglerobba2019-02-21 14:45:06 +0100
committerjunglerobba2019-02-21 14:45:06 +0100
commitac9bccff676cf305eaf90874c1070e2692ca4996 (patch)
tree8dd35a3e4be9984d899964536447f0078af1ee92
parent2409c249e321c833c6777cffd98e1ece0310c9ea (diff)
downloadaur-ac9bccff676cf305eaf90874c1070e2692ca4996.tar.gz
update to 3.31.91
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3281dab2196..56732e36197c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gsettings-desktop-schemas-dev
pkgdesc = Shared GSettings schemas for the desktop
- pkgver = 3.31.90
- pkgrel = 2
+ pkgver = 3.31.91
+ pkgrel = 1
url = https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
arch = x86_64
license = GPL
@@ -10,10 +10,10 @@ pkgbase = gsettings-desktop-schemas-dev
makedepends = gobject-introspection
depends = glib2
depends = intltool
- optdepends = adobe-source-code-pro-fonts: monospace font, no fallback by default
+ optdepends = adobe-source-code-pro-fonts: default monospace font
provides = gsettings-desktop-schemas
conflicts = gsettings-desktop-schemas
- source = git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#tag=3.31.90
+ source = git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#tag=3.31.91
sha256sums = SKIP
pkgname = gsettings-desktop-schemas-dev
diff --git a/PKGBUILD b/PKGBUILD
index 0a5fda7b621b..cde4715ba6d3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=gsettings-desktop-schemas-dev
_realpkgname=gsettings-desktop-schemas
-pkgver=3.31.90
-pkgrel=2
+pkgver=3.31.91
+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=(
- 'adobe-source-code-pro-fonts: monospace font, no fallback by default'
+ 'adobe-source-code-pro-fonts: default monospace font'
)
makedepends=(git meson gobject-introspection)