diff options
author | Matt Smith <mcs@darkregion.net> | 2010-12-16 11:18:25 -0600 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-16 19:58:54 +0000 |
commit | 40f3182ce43a56335d208a7d4c36ed7753870393 (patch) | |
tree | 75918fb9d15a19364a761113e1688505fc6919fc /testing/py-boto | |
parent | b51ad0bb6585a76b1b726a88369ae0788aa28ce9 (diff) | |
download | aports-40f3182ce43a56335d208a7d4c36ed7753870393.tar.bz2 aports-40f3182ce43a56335d208a7d4c36ed7753870393.tar.xz |
testing/*: updated some python packages: noarch, pkgrel bump
Diffstat (limited to 'testing/py-boto')
-rw-r--r-- | testing/py-boto/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-boto/APKBUILD b/testing/py-boto/APKBUILD index 00b3fe9d9..8663a6de0 100644 --- a/testing/py-boto/APKBUILD +++ b/testing/py-boto/APKBUILD @@ -3,10 +3,10 @@ pkgname=py-boto _pkgname=boto pkgver=1.9b -pkgrel=0 +pkgrel=1 pkgdesc="An integrated interface to current and future infrastructural services offered by Amazon Web Services." url="http://code.google.com/p/boto/" -arch="x86 x86_64" +arch="noarch" license="MIT" depends="python" makedepends="python-dev py-setuptools" |