[arch-commits] Commit in python-boto/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Tue Aug 13 15:25:35 UTC 2013
Date: Tuesday, August 13, 2013 @ 17:25:34
Author: fyan
Revision: 95541
upgpkg: python-boto 2.10.0-1
Modified:
python-boto/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-13 14:47:18 UTC (rev 95540)
+++ PKGBUILD 2013-08-13 15:25:34 UTC (rev 95541)
@@ -1,22 +1,22 @@
# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
# Maintainer: Aaron Schaefer <aaron at elasticdog.com>
pkgbase=python-boto
pkgname=python2-boto
-pkgver=2.9.7
+pkgver=2.10.0
pkgrel=1
pkgdesc='A Python interface to Amazon Web Services (AWS)'
arch=('any')
url='https://github.com/boto/boto'
license=('MIT')
depends=('python2')
+makedepends=('python2-distribute')
conflicts=('python-boto>=2.5.2-1')
replaces=('python-boto>=2.5.2-1')
source=("http://github.com/boto/boto/archive/$pkgver.tar.gz"
'LICENSE')
-md5sums=('5d449bcf5f7e06896124b90879c91afa'
- '35ebd993c05c79ba78e9f4fb3e65e547')
prepare() {
cd "$srcdir/boto-$pkgver"
@@ -32,3 +32,6 @@
python2 setup.py install --root="$pkgdir"
install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
+
+md5sums=('77af8e4dcd851a26b93e8751faa25c7d'
+ '35ebd993c05c79ba78e9f4fb3e65e547')
More information about the arch-commits
mailing list