summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-06-24 00:51:13 +0200
committerPellegrino Prevete2023-06-24 00:51:13 +0200
commit1e04271861d9998ebd2bb71257e1aa9dc3a16c9a (patch)
treeef6b6d62c2209c5255126b715604715bfb5264c8
parent04481b77a50578bf537797d93b8fe474659cdec7 (diff)
downloadaur-1e04271861d9998ebd2bb71257e1aa9dc3a16c9a.tar.gz
fix provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26f7290c4bca..501759d7bcc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -51,7 +51,7 @@ pkgbase = gnome-shell-git
optdepends = gst-plugins-good: Screen recording
optdepends = power-profiles-daemon: Power profile switching
optdepends = switcheroo-control: Multi-GPU support
- provides = gnome-shell
+ provides = gnome-shell=44.1+116+gace8676ad
conflicts = gnome-shell
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
diff --git a/PKGBUILD b/PKGBUILD
index 26fb12700245..6bce72aa5ab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,7 @@ optdepends=(
'switcheroo-control: Multi-GPU support'
)
groups=(gnome)
-provides=("${_pkgname}")
+provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
_project_url="https://gitlab.gnome.org/GNOME"
_repo_url="${_project_url}/${_pkgname}"