fix: incorrect URL and dependencies

This commit is contained in:
LordMZTE 2022-05-10 13:51:07 +02:00
parent 6c15951587
commit 595c0a9b49
1 changed files with 1 additions and 2 deletions

View File

@ -6,13 +6,12 @@ pkgver=r59.656984a
pkgrel=1 pkgrel=1
pkgdesc="Minecraft server pinging tool" pkgdesc="Minecraft server pinging tool"
arch=('x86_64') arch=('x86_64')
url="https://github.com/hrkfdn/ncspot" url="https://mzte.de/git/LordMZTE/mcstat.git"
license=('GPL-3') license=('GPL-3')
depends=( depends=(
'openssl' 'openssl'
) )
makedepends=( makedepends=(
'rust'
'cargo' 'cargo'
'git' 'git'
) )