diff options
| author | MagomeYae <[email protected]> | 2021-12-05 23:33:57 +0800 |
|---|---|---|
| committer | MagomeYae <[email protected]> | 2021-12-05 23:33:57 +0800 |
| commit | 13512ae341d85623786a724b90837688a0233524 (patch) | |
| tree | 416544339bd5e1ff99627750ef5fe8ad96882e2c /repo | |
| parent | e958f8a5576b7fb22143408d65d9e09f238055ec (diff) | |
feat(pkg): Fix wrong PKGBUID file path
Signed-off-by: MagomeYae <[email protected]>
Diffstat (limited to 'repo')
| -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 2b2d51d..756ccbb 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=1 +pkgrel=2 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' |
