summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Batenev2017-04-30 18:16:14 +0300
committerAnton Batenev2017-04-30 18:16:14 +0300
commita3114e87a451c4b53d8c905c88282bfed20796e6 (patch)
treecaf5dc333943829f4425103917df2f04c174be94 /PKGBUILD
parent00fead47e8889749fd50092caef7633ccfd7da64 (diff)
downloadaur-a3114e87a451c4b53d8c905c88282bfed20796e6.tar.gz
v2.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f3f92641a70..df862a5d07b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Anton Batenev <antonbatenev@yandex.ru>
pkgname=ydcmd
-pkgver=2.7
+pkgver=2.8
pkgrel=1
pkgdesc='Command line client for Yandex.Disk'
arch=('any')
url='https://github.com/abbat/ydcmd'
license=('BSD')
-depends=('python>=2.6' 'python-dateutil')
-makedepends=('python>=2.6' 'git')
+depends=('python' 'python-dateutil')
+makedepends=('python' 'git')
optdepends=(
'ca-certificates: ssl certificates validation'
'python-progressbar: pretty console upload/download progressbar'