Date: Thursday, May 23, 2019 @ 12:05:41
  Author: yan12125
Revision: 469256

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-05-23 12:05:25 UTC (rev 469255)
+++ PKGBUILD    2019-05-23 12:05:41 UTC (rev 469256)
@@ -1,30 +0,0 @@
-# Maintainer: Chih-Hsuan Yen <[email protected]>
-# Contributor: xRemaLx <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: William Rea <[email protected]>
-
-pkgname=python-buildbot-pkg
-pkgdesc='Utilities and common code for building and testing www plugins'
-pkgver=2.3.0
-pkgrel=1
-arch=(any)
-url='https://buildbot.net'
-license=(GPL2)
-depends=(python-setuptools yarn)
-source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
-sha256sums=('eb57afd7f8005b84bc345903211e4a3ff1a4d6a162eb55a37ab9bd445044476e'
-            'SKIP')
-validpgpkeys=(
-  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
<[email protected]> (@tardyp on GitHub)
-  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
<[email protected]> (@p12tic on GitHub)
-)
-
-build() {
-  cd buildbot-$pkgver/pkg
-  python setup.py build
-}
-
-package() {
-  cd buildbot-$pkgver/pkg
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-buildbot-pkg/repos/community-any/PKGBUILD (from rev 469255, 
python-buildbot-pkg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-05-23 12:05:41 UTC (rev 469256)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen <[email protected]>
+# Contributor: xRemaLx <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: William Rea <[email protected]>
+
+pkgname=python-buildbot-pkg
+pkgdesc='Utilities and common code for building and testing www plugins'
+pkgver=2.3.1
+pkgrel=1
+arch=(any)
+url='https://buildbot.net'
+license=(GPL2)
+depends=(python-setuptools yarn)
+source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig})
+sha256sums=('93241e1660cc8e0a37dba6c8c4bbb2e989f5da35006d6b5b523dfc3f37e8b927'
+            'SKIP')
+validpgpkeys=(
+  '390EB159056ED56F66AB1092AECD456B4D2531FC'  # Pierre Tardy 
<[email protected]> (@tardyp on GitHub)
+  'FD0004A26EADFE43A4C3F249C6F7AE200374452D'  # Povilas Kanapickas 
<[email protected]> (@p12tic on GitHub)
+)
+
+build() {
+  cd buildbot-$pkgver/pkg
+  python setup.py build
+}
+
+package() {
+  cd buildbot-$pkgver/pkg
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Reply via email to