summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bff345131bd1..f06915ada600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,8 @@ pkgbase = wf-info-git
makedepends = wayland-protocols
makedepends = glm
depends = wayfire
- conflicts = wf-info-git-git
+ provides = wf-info
+ conflicts = wf-info
source = git+https://github.com/soreau/wf-info.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 59819172c7d1..b69581747efe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ url=https://github.com/soreau/wf-info
license=(unknow)
depends=(wayfire)
makedepends=(meson ninja pkg-config git cmake wayland-protocols glm)
-conflicts=("${pkgname}-git")
+conflicts=("${_pkgname}")
+provides=("${_pkgname}")
source=("git+https://github.com/soreau/wf-info.git")
sha256sums=('SKIP')
pkgver() {