summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDj Isaac2023-10-11 12:09:09 -0500
committerDj Isaac2023-10-11 12:09:09 -0500
commit64de1af13cab77e7c3ebf1eab98fa55bd1846b34 (patch)
treec27451b562c3df8ba69520c7047be0957166f1fd
parent8c931eb475289303f72e89e7ea605f47c0b979f9 (diff)
downloadaur-64de1af13cab77e7c3ebf1eab98fa55bd1846b34.tar.gz
upgrade to bruno v0.23.0 and fix description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1515c9830c8b..d3693a3740e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bruno-electron-bin
- pkgdesc = Opensource API Client for Exploring and Testing APIs
- pkgver = 0.22.1
+ pkgdesc = Bruno, an opensource API Client for Exploring and Testing APIs using the system provided Electron
+ pkgver = 0.23.0
pkgrel = 1
url = https://www.usebruno.com/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = bruno-electron-bin
conflicts = bruno
conflicts = bruno-bin
conflicts = bruno-git
- source = bruno-0.22.1.tar.gz::https://github.com/usebruno/bruno/archive/v0.22.1.tar.gz
+ 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 = 19c75aeba21cf835375a748bd41891511e5786ec583453fa2402a8ecdbf16248
sha256sums = 7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051
diff --git a/PKGBUILD b/PKGBUILD
index b36ebdd18f8a..0202ff03c143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=bruno-electron-bin
_pkgname=bruno
-pkgdesc="Opensource API Client for Exploring and Testing APIs"
-pkgver=0.22.1
+pkgdesc="Bruno, an opensource API Client for Exploring and Testing APIs using the system provided Electron"
+pkgver=0.23.0
pkgrel=1
conflicts=('bruno' 'bruno-bin' 'bruno-git')
arch=('x86_64')