aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBurgess Meredith2022-10-14 23:42:20 +0100
committerBurgess Meredith2022-10-14 23:42:20 +0100
commitee56fb2d65bb687305ec95f1f60f6843f5195337 (patch)
tree859d6343800455e27767b9f910c637272b934c35
parent5202836989e3f083b1a3adbe1a1b660a9f1d1986 (diff)
downloadaur-ee56fb2d65bb687305ec95f1f60f6843f5195337.tar.gz
revised dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df0eee27ef4b..551e79f51f8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = overgrive
depends = python
depends = python-gobject
depends = python-oauth2client
+ depends = python-pip
depends = python-pyinotify
provides = overgrive
conflicts = overgrive
diff --git a/PKGBUILD b/PKGBUILD
index 3ddfca5e76d4..dbd39bdd0b3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('unknown')
# original overgrive dependencies
# libnotify python python-oauth2client python-pyinotify python-pip python-gobject libappindicator-gtk3
-depends=(gobject-introspection libappindicator-gtk3 libnotify python python-gobject python-oauth2client python-pyinotify)
+depends=(gobject-introspection libappindicator-gtk3 libnotify python python-gobject python-oauth2client python-pip python-pyinotify)
provides=('overgrive')
conflicts=('overgrive')