Date: Sunday, January 4, 2015 @ 09:12:53
  Author: bpiotrowski
Revision: 125327

archrelease: copy trunk to community-any

Added:
  buildbot/repos/community-any/PKGBUILD
    (from rev 125326, buildbot/trunk/PKGBUILD)
Deleted:
  buildbot/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2015-01-04 08:12:45 UTC (rev 125326)
+++ PKGBUILD    2015-01-04 08:12:53 UTC (rev 125327)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: William Rea <[email protected]>
-
-pkgname=buildbot
-pkgver=0.8.9
-pkgrel=1
-pkgdesc="A system to automate the compile/test cycle required by most software 
projects"
-arch=('any')
-url="http://buildbot.net";
-license=("GPL")
-depends=('twisted' 'python2-jinja' 'python2-migrate' 'python2-dateutil')
-source=(https://pypi.python.org/packages/source/b/buildbot/buildbot-$pkgver.tar.gz)
-md5sums=('b4c723d1e0324ea19511e622e420c6e7')
-
-package() {
-  cd "$srcdir"/buildbot-${pkgver/_/}
-  python2 setup.py install --root="$pkgdir"
-}

Copied: buildbot/repos/community-any/PKGBUILD (from rev 125326, 
buildbot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2015-01-04 08:12:53 UTC (rev 125327)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: William Rea <[email protected]>
+
+pkgname=buildbot
+pkgver=0.8.10
+pkgrel=1
+pkgdesc="A system to automate the compile/test cycle required by most software 
projects"
+arch=('any')
+url="http://buildbot.net";
+license=("GPL")
+depends=('python2-twisted' 'python2-jinja' 'python2-migrate' 
'python2-dateutil')
+source=(https://pypi.python.org/packages/source/b/buildbot/buildbot-$pkgver.tar.gz)
+md5sums=('3201aaecf32df7810f4e23c14d20a544')
+
+package() {
+  cd "$srcdir"/buildbot-${pkgver/_/}
+  python2 setup.py install --root="$pkgdir"
+}

Reply via email to