[arch-commits] Commit in buildbot-slave/repos/community-any (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Jan 4 08:14:50 UTC 2015


    Date: Sunday, January 4, 2015 @ 09:14:50
  Author: bpiotrowski
Revision: 125329

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-04 08:14:41 UTC (rev 125328)
+++ PKGBUILD	2015-01-04 08:14:50 UTC (rev 125329)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Pierre Bourdon <delroth at gmail.com>
-
-pkgname=buildbot-slave
-pkgver=0.8.9
-pkgrel=1
-pkgdesc="A system to automate the compile/test cycle required by most software projects (slave part)"
-arch=('any')
-url="http://buildbot.net/"
-license=("GPL")
-depends=("twisted>=10.2.0" "python2")
-source=(https://pypi.python.org/packages/source/b/buildbot-slave/buildbot-slave-$pkgver.tar.gz)
-md5sums=('b4c085dcad558b61af5233d1ea1ed750')
-
-package() {
-  cd $srcdir/$pkgname-${pkgver/_/}
-  python2 setup.py install --root=$pkgdir
-}

Copied: buildbot-slave/repos/community-any/PKGBUILD (from rev 125328, buildbot-slave/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-04 08:14:50 UTC (rev 125329)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Pierre Bourdon <delroth at gmail.com>
+
+pkgname=buildbot-slave
+pkgver=0.8.10
+pkgrel=1
+pkgdesc="A system to automate the compile/test cycle required by most software projects (slave part)"
+arch=('any')
+url="http://buildbot.net/"
+license=("GPL")
+depends=("python2-twisted>=10.2.0" "python2")
+source=(https://pypi.python.org/packages/source/b/buildbot-slave/buildbot-slave-$pkgver.tar.gz)
+md5sums=('da7b078f58b63076b2b312b573720283')
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+  python2 setup.py install --root=$pkgdir
+}



More information about the arch-commits mailing list