summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2017-09-13 22:28:48 +0200
committerSanskritFritz2017-09-13 22:28:48 +0200
commitc0c1b0977ba508a866919bd6dd54e1bac4100b7a (patch)
tree40d2d6f2809cf43164a151904d5a5d5c1a3cac3a /PKGBUILD
parentb0edd21ef007ab0553c9d0ab3279b0e4e969bb5f (diff)
downloadaur-c0c1b0977ba508a866919bd6dd54e1bac4100b7a.tar.gz
Python3 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 077e1fc872ed..c21bfbeb38e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Upload videos to Youtube from the command-line."
arch=("any")
url="https://github.com/tokland/youtube-upload/"
license=('GPL3')
-depends=('python2-google-api-python-client' 'python2-progressbar')
+depends=('python-google-api-python-client' 'python-progressbar')
provides=('youtube-upload')
conflicts=('youtube-upload')
makedepends=("git")