summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGokberk Yaltirakli2022-05-02 20:57:21 +0300
committerGokberk Yaltirakli2022-05-02 20:57:21 +0300
commita9bd6403d2e1447b0ea41f6d22713b62eebe779c (patch)
tree5796296cac990917e234929b32dac877b4e3010f /PKGBUILD
parent5fb8091dc12442a96159104234d5f1eccf4763f9 (diff)
downloadaur-a9bd6403d2e1447b0ea41f6d22713b62eebe779c.tar.gz
Change to the new repo and update to v9.0.4.
The original URL (https://github.com/Dinnerbone/mcstatus) now points to https://github.com/py-mine/mcstatus. So we are updating the PKGBUILD to pull code from there as well.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc5d1d8f098d..bc22fb91da88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Stephanie Wilde-Hobbs (RX14) <steph@rx14.co.uk>
pkgname=mcstatus
-pkgver=7.0.0
+pkgver=9.0.4
pkgrel=1
pkgdesc="Provides an easy way to query Minecraft servers for any information they can expose."
arch=(any)
-url="https://github.com/Dinnerbone/mcstatus"
+url="https://github.com/py-mine/mcstatus"
license=('Apache')
depends=(python python-six python-click python-dnspython python-asyncio-dgram)
makedepends=(python-setuptools python-poetry python-dephell)
-source=("https://github.com/Dinnerbone/mcstatus/archive/v${pkgver}.tar.gz")
-sha256sums=('9ddc56243b33528dd79b6c27bc6c88c8a61bef82a5b96634661b3c616b092713')
+source=("${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('e113bde1aaa8756c507501668d2513651b470771b736a1a9bcae63f403c5d560')
prepare () {
cd "${srcdir}/mcstatus-${pkgver}"