summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d74c26d5d9c2..a2211f8e6bf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = baru-bin
depends = libnl
source = baru-bin-0.2.6::https://github.com/doums/baru/releases/download/v0.2.6/baru
md5sums = 3025f3e7da1ee02e97cd483b4fa8ba04
+ provides = baru
+ conflicts = baru
pkgname = baru-bin
diff --git a/PKGBUILD b/PKGBUILD
index c1a62cb25294..2ed847726a55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url="https://github.com/doums/baru"
license=('MPL2')
source=("$pkgname-$pkgver::https://github.com/doums/baru/releases/download/v${pkgver}/${_pkgname}")
depends=('libpulse' 'libnl')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
md5sums=('3025f3e7da1ee02e97cd483b4fa8ba04')
package() {