summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 719b63d40ab9..87a96be7ba18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grapejuice-git
pkgdesc = A Wine+Roblox management tool
pkgver = 4.14.2
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/brinkervii/grapejuice.git
arch = x86_64
license = GPL3
@@ -13,6 +13,7 @@ pkgbase = grapejuice-git
depends = python-requests
depends = python-setuptools
depends = python-unidecode
+ depends = python-click
depends = cairo
depends = gtk3
depends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index 799426cb71ad..b513317f3668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=grapejuice
_repository=https://gitlab.com/brinkervii/grapejuice.git
pkgname="${_pkgname}-git"
pkgver=4.14.2
-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'