summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSilvio Ankermann2020-05-23 20:39:53 +0200
committerSilvio Ankermann2020-05-23 20:39:53 +0200
commite98cdedf66b98d07b869d5f6a9883ecf2dd0b0bd (patch)
treeaa2b96e855aba826517c9ce9fb701e5c47aa7767 /PKGBUILD
parent2d39f79dbe5b0411373942269bf1c84462e4ca41 (diff)
downloadaur-e98cdedf66b98d07b869d5f6a9883ecf2dd0b0bd.tar.gz
Fix dependencies once more
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb2b062fe4d3..7408c39fcc21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=git-annex-remote-googledrive
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Faster git-annex special remote for Google Drive with support for exports'
url='https://github.com/Lykos153/git-annex-remote-googledrive'
license=('GPLv3+')
arch=('any')
-depends=('git-annex' 'python-annexremote' 'python-drivelib' 'python-tenacity')
+depends=('git-annex' 'python-annexremote' 'python-drivelib' 'python-tenacity' 'python-gitpython')
makedepends=('python-setuptools')
source=("https://github.com/Lykos153/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('eaaed22d5891c1e0c8379655a31fb672674ad92748f13c28b312135c3af0ee08')