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

Sergej Pupykin spupykin at archlinux.org
Thu Jun 4 14:45:05 UTC 2015


    Date: Thursday, June 4, 2015 @ 16:45:05
  Author: spupykin
Revision: 134795

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-04 14:44:56 UTC (rev 134794)
+++ PKGBUILD	2015-06-04 14:45:05 UTC (rev 134795)
@@ -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.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
-}

Copied: buildbot-slave/repos/community-any/PKGBUILD (from rev 134794, buildbot-slave/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-06-04 14:45:05 UTC (rev 134795)
@@ -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.12
+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=('a5bdda0174e0428b14580323d35b221f')
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+  python2 setup.py install --root=$pkgdir
+}



More information about the arch-commits mailing list