summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilvio Ankermann2017-07-22 15:02:24 +0200
committerSilvio Ankermann2017-07-22 15:02:24 +0200
commitf79fc4e862787f964cd427a0f94df770b4e5cf11 (patch)
treebe6175239f3ccb95a2ed5e643ef3d5e5d6d8ae23
parente18b20a8b6fd522b57bcf53ea969bdbc46cd22a3 (diff)
downloadaur-f79fc4e862787f964cd427a0f94df770b4e5cf11.tar.gz
Upper bound for gdrive version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6c663e11543..afc390e46249 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = git-annex-remote-gdrive
- pkgdesc = A git-annex special remote using gdrve
+ pkgdesc = A git-annex special remote using gdrive
pkgver = 0.6
pkgrel = 1
url = https://github.com/Lykos153/git-annex-remote-gdrive
arch = any
license = GPL3
depends = git-annex
- depends = gdrive>=2.1.0
+ depends = gdrive=2.1.0
depends = bash
source = https://github.com/Lykos153/git-annex-remote-gdrive/archive/v0.6.tar.gz
sha512sums = be63be0e0619490a019c5cd3638bf0e10f212786ea3588f6b3f6d615d6659672bfbd19b7bfc4c60bf2a3e50dc7053687b378810b57dac1d47f6ec7e844d6fab5
diff --git a/PKGBUILD b/PKGBUILD
index 693e72c21991..cd3cdcc341af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A git-annex special remote using rclone'
arch=('any')
url='https://github.com/Lykos153/git-annex-remote-gdrive'
license=('GPL3')
-depends=('git-annex' 'rclone>=1.29' 'rclone<=1.36' 'bash')
+depends=('git-annex' 'gdrive=2.1.0' 'bash')
source=("https://github.com/Lykos153/git-annex-remote-gdrive/archive/v${pkgver}.tar.gz")
sha512sums=('be63be0e0619490a019c5cd3638bf0e10f212786ea3588f6b3f6d615d6659672bfbd19b7bfc4c60bf2a3e50dc7053687b378810b57dac1d47f6ec7e844d6fab5')