summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorprettyvanilla2021-04-10 00:46:39 +0200
committerprettyvanilla2021-04-10 00:46:39 +0200
commit4960ff010c67205bcd792a698ffb287b0cede3c0 (patch)
treece396f0f4536bba72e8a15643079db78282cc1e7
parentf6edc0066f67668f74a268f58d9b61cf9eba9935 (diff)
downloadaur-4960ff010c67205bcd792a698ffb287b0cede3c0.tar.gz
remove replaces field and bring in line with main repo package
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6b175824876..b87215e90617 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gsettings-desktop-schemas-git
pkgdesc = Shared GSettings schemas for the desktop
- pkgver = 3.37.1.r2.g4acad3c
+ pkgver = 40.0.r5.gea80c11
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
arch = any
@@ -10,9 +10,10 @@ pkgbase = gsettings-desktop-schemas-git
makedepends = meson
depends = glib2
depends = dconf
- provides = gsettings-desktop-schemas=3.37.1.r2.g4acad3c
+ depends = cantarell-fonts
+ depends = adobe-source-code-pro-fonts
+ provides = gsettings-desktop-schemas=40.0.r5.gea80c11
conflicts = gsettings-desktop-schemas
- replaces = gsettings-desktop-schemas
source = git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5d2b5df2f53f..6203f36afafb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,17 +6,16 @@
# Maintainer: Andrey Vetrov <vetrov at mail dot ru>
pkgname=gsettings-desktop-schemas-git
-pkgver=3.37.1.r2.g4acad3c
+pkgver=40.0.r5.gea80c11
pkgrel=1
pkgdesc="Shared GSettings schemas for the desktop"
arch=(any)
url="https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
license=(GPL)
provides=("gsettings-desktop-schemas=$pkgver")
-conflicts=('gsettings-desktop-schemas')
-replaces=('gsettings-desktop-schemas')
-depends=('glib2' 'dconf')
-makedepends=('gobject-introspection' 'git' 'meson')
+conflicts=(gsettings-desktop-schemas)
+depends=(glib2 dconf cantarell-fonts adobe-source-code-pro-fonts)
+makedepends=(gobject-introspection git meson)
source=("git+https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas.git")
sha256sums=('SKIP')
@@ -32,11 +31,11 @@ prepare() {
build() {
arch-meson ${pkgname:0:25} build
- ninja -C build
+ meson compile -C build
}
check() {
- meson test -C build
+ meson test -C build --print-errorlogs
}
package() {