summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSilvio Ankermann2020-06-07 14:45:15 +0200
committerSilvio Ankermann2020-06-07 14:45:15 +0200
commitb1e19708dcdde83693862851a35042eedc8484ab (patch)
tree6792c7e9afa46e9a533601037a5900a9597a8ff6 /PKGBUILD
parentaa7e4bbb773105ed4654cdeed984b875e6ee6c73 (diff)
downloadaur-b1e19708dcdde83693862851a35042eedc8484ab.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf625e217efb..7ab6adaf6985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=git-annex-remote-googledrive
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
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' 'python-gitpython')
+depends=('git-annex' 'python-annexremote' 'python-drivelib' 'python-tenacity' 'python-gitpython' 'python-humanfriendly')
makedepends=('python-setuptools')
source=("https://github.com/Lykos153/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('4a87f5d47d45acad55f64de5be8dff1b41b9bc5f7cbf7bb73306a767cd0bccdb')