summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Igorevich Lobanov2020-11-10 10:11:27 +0000
committerDenis Igorevich Lobanov2020-11-10 10:11:27 +0000
commitb44ba33b3012809be2ad632072ab06a3514cceef (patch)
tree5a9cc773cd3c05cea87169cc4ed54c678964e473
parent5de41b24c4d4e50eca41c7484598e2d2010e4470 (diff)
downloadaur-b44ba33b3012809be2ad632072ab06a3514cceef.tar.gz
Version 1.5.0 released
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7a50e35454d..c661a5471eed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bloomrpc
pkgdesc = GUI Client for gRPC Services
- pkgver = 1.4.1
- pkgrel = 3
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://github.com/uw-labs/bloomrpc
arch = any
license = LGPL3
@@ -14,7 +14,7 @@ pkgbase = bloomrpc
depends = python2
depends = libxss
depends = libxtst
- source = bloomrpc::git+https://github.com/uw-labs/bloomrpc.git#tag=1.4.1
+ source = bloomrpc::git+https://github.com/uw-labs/bloomrpc.git#tag=1.5.0
source = bloomrpc.desktop
sha1sums = SKIP
sha1sums = 165cba3a4717d7903c76d73c21db4dc276e0e298
diff --git a/PKGBUILD b/PKGBUILD
index 5f4eb7e0f726..f2ed8064fefd 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=3
+pkgver=1.5.0
+pkgrel=1
pkgdesc="GUI Client for gRPC Services"
arch=(any)
url="https://github.com/uw-labs/bloomrpc"