summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrinkerVII2021-02-23 17:27:24 +0100
committerBrinkerVII2021-02-23 17:27:24 +0100
commitb36e0b0f304efd3ec07b5be9ec5d86e27719a00f (patch)
treefe40b9786b1b9a57f11e2eaf88df4bbf82b4fcaa
parent8bbf2e7ee4c8b188f7b34212e9b82e04465106c8 (diff)
downloadaur-b36e0b0f304efd3ec07b5be9ec5d86e27719a00f.tar.gz
Add Dependencies for passing Grapejuice POST
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ad2e75f2f79..f2c24567cef4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grapejuice-git
pkgdesc = Simple Wine+Roblox management tool
pkgver = 2.2.7
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/brinkervii/grapejuice.git
arch = x86_64
license = GPL3
@@ -11,6 +11,8 @@ pkgbase = grapejuice-git
depends = python-packaging
depends = python-dbus
depends = python-requests
+ depends = python-wheel
+ depends = python-setuptools
depends = cairo
depends = gtk3
depends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index c22565f97a1e..718549d22a81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=grapejuice-git
_pkgname=grapejuice
_repository=https://gitlab.com/brinkervii/grapejuice.git
pkgver=2.2.7
-pkgrel=2
+pkgrel=3
pkgdesc='Simple Wine+Roblox management tool'
arch=('x86_64')
url="${_repository}"
@@ -13,6 +13,8 @@ depends=(
'python-packaging'
'python-dbus'
'python-requests'
+ 'python-wheel'
+ 'python-setuptools'
'cairo'
'gtk3'
'gobject-introspection'