[arch-commits] Commit in python-boto/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Thu Nov 28 02:35:14 UTC 2013


    Date: Thursday, November 28, 2013 @ 03:35:14
  Author: fyan
Revision: 101575

upgpkg: python-boto 2.19.0-1

Modified:
  python-boto/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-28 02:32:14 UTC (rev 101574)
+++ PKGBUILD	2013-11-28 02:35:14 UTC (rev 101575)
@@ -12,7 +12,7 @@
 url='https://github.com/boto/boto'
 license=('MIT')
 depends=('python2')
-makedepends=('python2-setuptools')
+makedepends=('python2-setuptools' 'git')
 conflicts=('python-boto>=2.5.2-1')
 replaces=('python-boto>=2.5.2-1')
 source=("git+https://github.com/boto/boto.git#tag=$pkgver"
@@ -19,7 +19,7 @@
         'LICENSE')
 
 prepare() {
-  cd boto-$pkgver
+  cd boto
 
   # python2 fix
   find . -name '*.py' -type f -print0 | xargs -0 \
@@ -27,7 +27,7 @@
 }
 
 package_python2-boto() {
-  cd boto-$pkgver
+  cd boto
 
   python2 setup.py install --root="$pkgdir"
   install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"




More information about the arch-commits mailing list