summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2123d9b2c0d2..b61169d26f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _repository=https://gitlab.com/brinkervii/grapejuice.git
_pkgver=4.14.2
pkgname="${_pkgname}"
pkgver="${_pkgver}"
-pkgrel=1
+pkgrel=2
pkgdesc='A Wine+Roblox management tool'
arch=('x86_64')
url="${_repository}"
@@ -17,6 +17,7 @@ depends=(
'python-requests'
'python-setuptools'
'python-unidecode'
+ 'python-click'
'cairo'
'gtk3'
'gobject-introspection'