summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89d40533a542..8fab275720c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mcstatus
pkgdesc = Provides an easy way to query Minecraft servers for any information they can expose.
- pkgver = 7.0.0
+ pkgver = 9.0.4
pkgrel = 1
- url = https://github.com/Dinnerbone/mcstatus
+ url = https://github.com/py-mine/mcstatus
arch = any
license = Apache
makedepends = python-setuptools
@@ -13,7 +13,7 @@ pkgbase = mcstatus
depends = python-click
depends = python-dnspython
depends = python-asyncio-dgram
- source = https://github.com/Dinnerbone/mcstatus/archive/v7.0.0.tar.gz
- sha256sums = 9ddc56243b33528dd79b6c27bc6c88c8a61bef82a5b96634661b3c616b092713
+ source = https://github.com/py-mine/mcstatus/archive/v9.0.4.tar.gz
+ sha256sums = e113bde1aaa8756c507501668d2513651b470771b736a1a9bcae63f403c5d560
pkgname = mcstatus
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}"