Date: Tuesday, April 2, 2013 @ 02:26:38
  Author: bgyorgy
Revision: 87508

archrelease: copy trunk to community-any

Added:
  python2-ubuntuone-storageprotocol/repos/community-any/PKGBUILD
    (from rev 87507, python2-ubuntuone-storageprotocol/trunk/PKGBUILD)
Deleted:
  python2-ubuntuone-storageprotocol/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-02 00:26:30 UTC (rev 87507)
+++ PKGBUILD    2013-04-02 00:26:38 UTC (rev 87508)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-
-_pkgname=ubuntuone-storage-protocol
-pkgname=python2-ubuntuone-storageprotocol
-pkgver=4.0.0
-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')
-url="https://launchpad.net/ubuntuone-storage-protocol";
-license=('AGPL')
-depends=('python2-dirspec' 'python2-oauth' 'python2-pyopenssl' 
'protobuf-python' 'twisted')
-makedepends=('python2-distribute')
-source=(http://launchpad.net/$_pkgname/stable-4-0/$pkgver/+download/$_pkgname-$pkgver.tar.gz)
-md5sums=('5eedb515137c7f66df69b4f9d991c55f')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python2-ubuntuone-storageprotocol/repos/community-any/PKGBUILD (from 
rev 87507, python2-ubuntuone-storageprotocol/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-04-02 00:26:38 UTC (rev 87508)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+_pkgname=ubuntuone-storage-protocol
+pkgname=python2-ubuntuone-storageprotocol
+pkgver=4.2.0
+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')
+url="https://launchpad.net/ubuntuone-storage-protocol";
+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')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Reply via email to