summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEtienne Brateau2020-12-04 18:10:38 +0100
committerEtienne Brateau2020-12-04 18:10:38 +0100
commit4e61d76575a246090bfb0545d9459500ae00830f (patch)
tree5995fa424bc8ad55cdb1d8bbc3d1aefde8449527
parent359393ccd757cbcc18b96ba95d930064e4543a14 (diff)
downloadaur-python-botocore-v2-git.tar.gz
Added git as makedependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04eaeee375ee..7ca31eff31cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-botocore-v2-git
pkgdesc = A low-level interface to a growing number of Amazon Web Services v2
- pkgver = r6683.d8643cb1
+ pkgver = r7659.1a4caa8d1
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
license = Apache
+ makedepends = git
makedepends = python-setuptools
depends = python-jmespath
depends = python-docutils
diff --git a/PKGBUILD b/PKGBUILD
index d2123c6d6abb..31ee8835407e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer Kyle Laker <kyle at laker dot email>
+# Maintainer Etienne Brateau <etienne dot brateau at gmail dot com>
+# Contributor Kyle Laker <kyle at laker dot email>
pkgname=python-botocore-v2-git
-pkgver=r6683.d8643cb1
+pkgver=r7659.1a4caa8d1
pkgrel=1
pkgdesc="A low-level interface to a growing number of Amazon Web Services v2"
arch=('any')
@@ -10,7 +11,7 @@ license=('Apache')
depends=('python-jmespath' 'python-docutils' 'python-dateutil' 'python-urllib3')
provides=('python-botocore')
conflicts=('python-botocore')
-makedepends=('python-setuptools')
+makedepends=('git' 'python-setuptools')
source=("botocore-v2::git+$url#branch=v2")
sha256sums=('SKIP')