summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Majewski2020-06-08 11:48:18 +0200
committerKevin Majewski2020-06-08 11:48:18 +0200
commit15f434bba6a97adfe9b2405122ccb24fc678bd0c (patch)
treeaa98392319c919a57021d19c83aba4de84a2c1b9 /PKGBUILD
parent92cfeafaeae25a9a2cdd4d591850c254d01e8453 (diff)
downloadaur-gsettings-desktop-schemas-dev.tar.gz
Add provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d064a65a6eb8..f20ac035e2a5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
license=(GPL)
depends=('glib2' 'dconf' 'cantarell-fonts' 'adobe-source-code-pro-fonts')
makedepends=('gobject-introspection' 'git' 'meson')
+provides=('gsettings-desktop-schemas')
+conflicts=('gesttings-desktop-schemas')
_commit=4f18b55461a92488722a0209bdacbd6a6a1d1bdd # tags/3.36.1^0
source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git#commit=$_commit")
sha512sums=('SKIP')