diff options
| author | MagomeYae <[email protected]> | 2021-12-06 00:03:41 +0800 |
|---|---|---|
| committer | MagomeYae <[email protected]> | 2021-12-06 00:03:41 +0800 |
| commit | 24549aeb0d9a9d43108b92e7a00a11ec5f6350ac (patch) | |
| tree | 76c46cc3da47a0c2efe1913156ecab4d1d5eecfb /repo/ksutils-probe-client/PKGBUILD | |
| parent | 13512ae341d85623786a724b90837688a0233524 (diff) | |
fix(pkg): Fix service name not correctly
* fix(ci): Fix build fail target not trigger correctly
Signed-off-by: MagomeYae <[email protected]>
Diffstat (limited to 'repo/ksutils-probe-client/PKGBUILD')
| -rw-r--r-- | repo/ksutils-probe-client/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/ksutils-probe-client/PKGBUILD b/repo/ksutils-probe-client/PKGBUILD index 756ccbb..ff5c86d 100644 --- a/repo/ksutils-probe-client/PKGBUILD +++ b/repo/ksutils-probe-client/PKGBUILD @@ -3,13 +3,13 @@ _basename=probe-client pkgname=ksutils-$_basename pkgver=2.4.0 -pkgrel=2 +pkgrel=3 pkgdesc='A probe client, for distributed systems' arch=('any') url=https://github.com/KunoiSayami/probe-client source=( git://github.com/KunoiSayami/probe-client#tag=2.4.0 + "[email protected]") license=('AGPL3') sha512sums=( 'SKIP' |
