summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpierre2021-02-22 23:00:45 +0100
committerpierre2021-02-22 23:00:45 +0100
commit331856072ff789d25517e89d4b6e1a828350d9e1 (patch)
treeee4dbcab3bad3d8396312166456caf68b6a9ab5e
parent4c287d862d731f703207d95c43c20fff957011e8 (diff)
downloadaur-331856072ff789d25517e89d4b6e1a828350d9e1.tar.gz
add conflicts and provides
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f98e6bc73e6..cec316218b7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = baru-bin
license = MPL2
depends = libpulse
depends = libnl
+ provides = baru
+ conflicts = baru
source = baru-bin-0.2.5::https://github.com/doums/baru/releases/download/v0.2.5/baru
md5sums = 48ad004ccf0418598c6d86dc6ec94a90
diff --git a/PKGBUILD b/PKGBUILD
index 26afaed3601d..c246bd424286 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=('48ad004ccf0418598c6d86dc6ec94a90')
package() {