summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDj Isaac2023-10-11 12:54:43 -0500
committerDj Isaac2023-10-11 12:54:43 -0500
commiteae27aaf79c5be17e10fa547d851561451f4d5da (patch)
treeb6e2d3f77fa385eeb330f19ab675e4489a9c04aa
parentd15ce068dd6f414b7a3fe2c34bf6d0bd9ab72b27 (diff)
downloadaur-eae27aaf79c5be17e10fa547d851561451f4d5da.tar.gz
fix conflicts/provides
Thank you for the helpful comment
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3333d6fad609..e3a537a0c8b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = bruno-electron
pkgdesc = Bruno, an opensource API Client for Exploring and Testing APIs using the system provided Electron
pkgver = 0.23.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.usebruno.com/
arch = x86_64
license = MIT
makedepends = asar
depends = electron>=21.0.0
depends = nodejs>=18.13.0
+ provides = bruno
conflicts = bruno
- conflicts = bruno-bin
- conflicts = bruno-git
source = bruno-0.23.0.tar.gz::https://github.com/usebruno/bruno/archive/v0.23.0.tar.gz
source = com.usebruno.app.Bruno.desktop
sha256sums = 7367933216989f9252090b322d3b2896057e319246498f41a98ee209d228b432
diff --git a/PKGBUILD b/PKGBUILD
index 3112cf350320..d3297d4e689e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@ pkgname=bruno-electron
_pkgname=bruno
pkgdesc="Bruno, an opensource API Client for Exploring and Testing APIs using the system provided Electron"
pkgver=0.23.0
-pkgrel=3
-conflicts=('bruno' 'bruno-bin' 'bruno-git')
+pkgrel=4
+conflicts=('bruno')
+provides=('bruno')
arch=('x86_64')
url="https://www.usebruno.com/"
license=('MIT')