From 13512ae341d85623786a724b90837688a0233524 Mon Sep 17 00:00:00 2001 From: MagomeYae <91249055+MagomeYae@users.noreply.github.com> Date: Sun, 5 Dec 2021 23:33:57 +0800 Subject: feat(pkg): Fix wrong PKGBUID file path Signed-off-by: MagomeYae <91249055+MagomeYae@users.noreply.github.com> --- repo/ksutils-probe-client/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/ksutils-probe-client/PKGBUILD') 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 - "$pkgname@.service") + $pkgname@.service) license=('AGPL3') sha512sums=( 'SKIP' -- cgit v1.3.1