Package Details: semaphoreci-cli 0.28.6-1

Git Clone URL: https://aur.archlinux.org/semaphoreci-cli.git (read-only, click to copy)
Package Base: semaphoreci-cli
Description: Command line tool for the Semaphore CI service
Upstream URL: https://github.com/semaphoreci/cli
Licenses: Apache
Submitter: aperez
Maintainer: andykluger (rnestler)
Last Packager: rnestler
Votes: 2
Popularity: 0.000001
First Submitted: 2019-07-30 13:54 (UTC)
Last Updated: 2024-03-25 15:49 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

andykluger commented on 2022-02-03 14:51 (UTC)

Congrats rnestler, you've been promoted!

rnestler commented on 2022-02-03 10:45 (UTC)

I don't use this tool anymore either, so if anyone wants to take over maintenance, or co-maintain, let me know.

I'd be willing to co-maintain :)

andykluger commented on 2021-08-11 13:48 (UTC)

I've updated this, but it's not reporting its own version properly.

I don't use this tool anymore either, so if anyone wants to take over maintenance, or co-maintain, let me know.

cw1911 commented on 2020-08-30 18:29 (UTC)

Thank you for updating. Can confirm that it builds and installs fine on my system now :)

andykluger commented on 2020-08-17 16:34 (UTC) (edited on 2020-08-17 16:35 (UTC) by andykluger)

Thanks. I just did some cleanup overall. Please give it a try and let me know if you have any issues.

I haven't looked at the build command itself in a while, maybe it can be improved, but so far so good.

cw1911 commented on 2020-08-17 10:48 (UTC)

Trying to install this package gave me the error Integrity checks are missing for: source.

This can be fixed by adding SKIP to the empty sha512sums array. Git patch below.

diff --git a/PKGBUILD b/PKGBUILD
index b7a4156..b46ea35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(x86_64)
 depends=()
 makedepends=(go-pie git)
 source=("${pkgname}::git+${url}#tag=v${pkgver}")
-sha512sums=()
+sha512sums=('SKIP')
 install=semaphoreci-cli.install

 build () {

aperez commented on 2020-01-30 16:47 (UTC) (edited on 2020-01-31 08:22 (UTC) by aperez)

I don't use Semaphore anymore, and don't have much time to keep on top of new releases to update the package. If anybody wants to continue maintenance, please do — I have disowned it now ☺

Edit: Thanks @andykluger for picking up the package!