summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrinkerVII2021-02-21 19:43:40 +0100
committerBrinkerVII2021-02-21 19:43:40 +0100
commitb740ab0c2e2a0a7d543d9f1c4ebf8ea6b67135c7 (patch)
treee1632566242a4e431e0c8a1266db7e4ac5a9a62d
parent836c793c7241d33084e875b239f6e7a0da242e70 (diff)
downloadaur-b740ab0c2e2a0a7d543d9f1c4ebf8ea6b67135c7.tar.gz
Update python dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cffb2394d49..1de3063885eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,11 @@ pkgbase = grapejuice-git
arch = x86_64
license = GPL3
depends = python-pip
+ depends = python-gobject
+ depends = python-psutil
+ depends = python-packaging
+ depends = python-dbus
+ depends = python-requests
depends = cairo
depends = gtk3
depends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index c4f745b11ecc..c22565f97a1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,17 @@ pkgname=grapejuice-git
_pkgname=grapejuice
_repository=https://gitlab.com/brinkervii/grapejuice.git
pkgver=2.2.7
-pkgrel=1
+pkgrel=2
pkgdesc='Simple Wine+Roblox management tool'
arch=('x86_64')
url="${_repository}"
depends=(
'python-pip'
+ 'python-gobject'
+ 'python-psutil'
+ 'python-packaging'
+ 'python-dbus'
+ 'python-requests'
'cairo'
'gtk3'
'gobject-introspection'