[arch-commits] Commit in python2-ubuntuone-storageprotocol/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Mon Dec 2 14:36:19 UTC 2013


    Date: Monday, December 2, 2013 @ 15:36:19
  Author: bgyorgy
Revision: 101871

upgpkg: python2-ubuntuone-storageprotocol 13.10-1

Update to version 13.10

Modified:
  python2-ubuntuone-storageprotocol/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-02 14:33:08 UTC (rev 101870)
+++ PKGBUILD	2013-12-02 14:36:19 UTC (rev 101871)
@@ -3,7 +3,7 @@
 
 _pkgname=ubuntuone-storage-protocol
 pkgname=python2-ubuntuone-storageprotocol
-pkgver=4.2.0
+pkgver=13.10
 pkgrel=1
 pkgdesc="Library for the Ubuntu One storage protocol, which is written using google protocol buffers, and some wrapper libraries in python"
 arch=('any')
@@ -11,17 +11,15 @@
 license=('AGPL')
 depends=('python2-dirspec' 'python2-oauthlib' 'python2-pyopenssl' 'protobuf-python' 'twisted')
 makedepends=('python2-distribute')
-source=(https://launchpad.net/$_pkgname/stable-4-2/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
-md5sums=('935625de2a0eb861a9a6b80a62e8ac37')
+source=(https://launchpad.net/$_pkgname/stable-13-10/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
+md5sums=('4e8ac66b49d26d834719a3fb73b2fd4f')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"
-
   python2 setup.py build
 }
 
 package() {
   cd "$srcdir/$_pkgname-$pkgver"
-
   python2 setup.py install --root=$pkgdir/ --optimize=1
 }




More information about the arch-commits mailing list