summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpierre2021-02-22 23:00:45 +0100
committerpierre2021-02-22 23:00:45 +0100
commit331856072ff789d25517e89d4b6e1a828350d9e1 (patch)
treeee4dbcab3bad3d8396312166456caf68b6a9ab5e /PKGBUILD
parent4c287d862d731f703207d95c43c20fff957011e8 (diff)
downloadaur-331856072ff789d25517e89d4b6e1a828350d9e1.tar.gz
add conflicts and provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
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() {