summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f6fe8d24f6e..5f4eb7e0f726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Denis Lobanov <first name dot last name at zooei dot com>
pkgname=bloomrpc
pkgver=1.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="GUI Client for gRPC Services"
arch=(any)
url="https://github.com/uw-labs/bloomrpc"
license=(LGPL3)
-depends=('gtk3' 'gconf' 'libxss' 'libxtst')
+depends=('gtk3' 'python2' 'libxss' 'libxtst')
makedepends=('nodejs' 'npm' 'clang' 'git' 'yarn')
source=("${pkgname}::git+https://github.com/uw-labs/bloomrpc.git#tag=${pkgver//_/-}"
"${pkgname}.desktop")