summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordenislobanov2020-02-06 15:26:15 +0000
committerdenislobanov2020-02-06 15:26:15 +0000
commit5900e67377404dbef8cbf2868189467646fe1adf (patch)
tree21dc434478154131327ac9d412f05f13e1d6e3af /PKGBUILD
parentca7ab5d4fd60cfedead79b7ead845c5095e3be4f (diff)
downloadaur-5900e67377404dbef8cbf2868189467646fe1adf.tar.gz
Fix app icon
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 093056aa4ab3..8f6fe8d24f6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Denis Lobanov <first name dot last name at zooei dot com>
pkgname=bloomrpc
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="GUI Client for gRPC Services"
arch=(any)
url="https://github.com/uw-labs/bloomrpc"
@@ -11,7 +11,7 @@ makedepends=('nodejs' 'npm' 'clang' 'git' 'yarn')
source=("${pkgname}::git+https://github.com/uw-labs/bloomrpc.git#tag=${pkgver//_/-}"
"${pkgname}.desktop")
sha1sums=('SKIP'
- 'f050f42f2faedfb0df2da3e7afdaef42716a34ff')
+ '165cba3a4717d7903c76d73c21db4dc276e0e298')
prepare() {
cd "${pkgname}"