diff options
author | Vitaliy Star | 2025-03-19 18:33:59 +0300 |
---|---|---|
committer | Vitaliy Star | 2025-03-19 18:33:59 +0300 |
commit | 399fd9fa42edbb0e5f8361eb66cc93df80762c0d (patch) | |
tree | bd427ab065e5d219f690d3c205f36022de87eb04 | |
parent | f102bfca06db05e726ead8904ef567fe5ea887cf (diff) | |
download | aur-399fd9fa42edbb0e5f8361eb66cc93df80762c0d.tar.gz |
upgpkg: 4.58.0-1, depends: -python, +rsync
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 14 |
2 files changed, 12 insertions, 12 deletions
@@ -1,15 +1,15 @@ pkgbase = gitlab-ci-local pkgdesc = Run gitlab pipelines locally as shell executor or docker executor - pkgver = 4.56.2 + pkgver = 4.58.0 pkgrel = 1 url = https://github.com/firecow/gitlab-ci-local arch = any license = MIT makedepends = npm - makedepends = python depends = nodejs - noextract = gitlab-ci-local-4.56.2.tgz - source = https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.56.2.tgz - sha256sums = 97895a6f81f50ac0ff6eda4c807453ac7fc4608de634d993f954743caf1a5cd9 + depends = rsync + noextract = gitlab-ci-local-4.58.0.tgz + source = https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.58.0.tgz + sha256sums = ad42eac5b9c372675771c718e1dbccf98069cee47cd9c1f89c3f670496d1b7e1 pkgname = gitlab-ci-local @@ -1,20 +1,20 @@ -# Maintainer: Carl Smedstad <carsme@archlinux.org> +# Maintainer: Vitaliy VVS Star <vitaliy <dot> star <at> Gmail-DOT-Com> pkgname=gitlab-ci-local -pkgver=4.56.2 +pkgver=4.58.0 pkgrel=1 pkgdesc="Run gitlab pipelines locally as shell executor or docker executor" arch=(any) url="https://github.com/firecow/gitlab-ci-local" license=(MIT) -depends=(nodejs) -makedepends=( - npm - python +depends=( + nodejs + rsync ) +makedepends=(npm) source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz") noextract=("$pkgname-$pkgver.tgz") -sha256sums=('97895a6f81f50ac0ff6eda4c807453ac7fc4608de634d993f954743caf1a5cd9') +sha256sums=('ad42eac5b9c372675771c718e1dbccf98069cee47cd9c1f89c3f670496d1b7e1') package() { npm install --global \ |