From 595c0a9b4997c453e63ae422c0eec65a013d3319 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Tue, 10 May 2022 13:51:07 +0200 Subject: [PATCH] fix: incorrect URL and dependencies --- PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 097023e..15fd7a6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,13 +6,12 @@ pkgver=r59.656984a pkgrel=1 pkgdesc="Minecraft server pinging tool" arch=('x86_64') -url="https://github.com/hrkfdn/ncspot" +url="https://mzte.de/git/LordMZTE/mcstat.git" license=('GPL-3') depends=( 'openssl' ) makedepends=( - 'rust' 'cargo' 'git' )