summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3f87e6c7a55..6de8c2ee1aa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgname = adwaita-qt5-git
depends = qt5-base
optdepends = qt5-x11extras: For X11 and/or xwayland support
provides = adwaita-qt5
+ provides = adwaita-qt-git
conflicts = adwaita-qt
conflicts = adwaita-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 47c99113510d..1b1aefc7f313 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ package_adwaita-qt5-git() {
depends=(qt5-base)
optdepends=('qt5-x11extras: For X11 and/or xwayland support')
conflicts=(adwaita-qt adwaita-qt5)
- provides=(adwaita-qt5)
+ provides=(adwaita-qt5 adwaita-qt-git)
DESTDIR="$pkgdir" cmake --install build-qt5
}