summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomislav Ivek2016-12-10 02:54:46 +0100
committerTomislav Ivek2016-12-10 02:54:46 +0100
commita3ce380181de94c869ece1fd3105e8f597565d2c (patch)
tree1560efff1ac4e3d3f6b550cb7c8c1545ef42bda4 /PKGBUILD
parent4552503ff75ce24b8fea02f8b1300228438d6540 (diff)
downloadaur-a3ce380181de94c869ece1fd3105e8f597565d2c.tar.gz
drop boto from requirements
Conan does not depend on boto anymore, see https://github.com/conan-io/conan/pull/750
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ccfc671d92b..ef0ace9ddac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomislav Ivek <tomislav.ivek@gmail.com>
pkgname=conan-git
-pkgver=0.16.0.r11.gfcd75f3
+pkgver=0.16.1.r25.gb4e444e
pkgrel=1
pkgdesc="A distributed, open source, C/C++ package manager."
arch=('any')
@@ -11,7 +11,6 @@ depends=('python'
'python-pyjwt>=1.4.0' 'python-pyjwt<1.5.0'
'python-requests>=2.7.0' 'python-requests<2.13.0'
'python-colorama>=0.3.3' 'python-colorama<0.4.0'
- 'python-boto>=2.38.0' 'python-boto<2.44.0'
'python-yaml>=3.11' 'python-yaml<3.13.0'
'python-patch=1.16'
'python-fasteners>=0.14.1'