summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDj Isaac2023-10-25 17:27:58 -0500
committerDj Isaac2023-10-25 17:27:58 -0500
commita48c4dcdd6b902a5da097f7f465d948b82f4be7e (patch)
treea03e5a3464086fdb773c2d23c988f47d548dea3a
parentbb9068f4b7572fd9c6564e696f79aae6affca9b2 (diff)
downloadaur-a48c4dcdd6b902a5da097f7f465d948b82f4be7e.tar.gz
v0.27.2, now with permission
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa631e529d94..e00cd6a78a5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = bruno-electron
conflicts = bruno
source = bruno-0.27.2.tar.gz::https://github.com/usebruno/bruno/archive/v0.27.2.tar.gz
source = com.usebruno.app.Bruno.desktop
- sha256sums = 428ee7402d6edb0841173b444ce28427ffd5b218d9e86f3bbd4af08bd8224d8f
+ sha256sums = a65f23323c499717eafa9d392cb131fc77a6a7cda361f2129283b6915284b210
sha256sums = 7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051
pkgname = bruno-electron
diff --git a/PKGBUILD b/PKGBUILD
index bc1540e44475..f63191f960f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=bruno-electron
_pkgname=bruno
pkgdesc="Bruno, an opensource API Client for Exploring and Testing APIs using the system provided Electron"
pkgver=0.27.2
-pkgrel=1
+pkgrel=2
conflicts=('bruno')
provides=('bruno')
arch=('x86_64')
@@ -26,7 +26,7 @@ source=(
)
sha256sums=(
- '428ee7402d6edb0841173b444ce28427ffd5b218d9e86f3bbd4af08bd8224d8f' # bruno
+ 'a65f23323c499717eafa9d392cb131fc77a6a7cda361f2129283b6915284b210' # bruno
'7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051' # bruno.desktop
)