Date: Monday, March 11, 2019 @ 07:31:10 Author: yan12125 Revision: 439687
upgpkg: python-buildbot-pkg 2.1.0-1 It's great that signed git archives are back Modified: python-buildbot-pkg/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-11 07:30:07 UTC (rev 439686) +++ PKGBUILD 2019-03-11 07:31:10 UTC (rev 439687) @@ -5,9 +5,7 @@ pkgname=python-buildbot-pkg pkgdesc='Utilities and common code for building and testing www plugins' -pkgver=2.0.1 -# `git rev-parse v$pkgver` -_tag_rev=4c358c260bd9a339ce167a28b8dd6d19cd7a413f +pkgver=2.1.0 pkgrel=1 arch=(any) url='https://buildbot.net' @@ -14,19 +12,19 @@ license=(GPL2) # Use Node.js 8 as www plugins do not build with Node.js 10.14.2 and 11 (https://github.com/buildbot/buildbot/issues/4382) depends=(python-setuptools nodejs-lts-carbon yarn python2) -makedepends=('git') -source=("git+https://github.com/buildbot/buildbot?signed#tag=$_tag_rev") -sha256sums=('SKIP') +source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig}) +sha256sums=('a15491995d9168e8e50c2f958ce4bfef2984ca25dee21bd694c8ea0a12e47509' + 'SKIP') validpgpkeys=( '390EB159056ED56F66AB1092AECD456B4D2531FC' # Pierre Tardy <[email protected]> ) build() { - cd buildbot/pkg + cd buildbot-$pkgver/pkg python setup.py build } package() { - cd buildbot/pkg + cd buildbot-$pkgver/pkg python setup.py install --root="$pkgdir" --optimize=1 --skip-build }
