summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d801950a823b..757b24bc1578 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Feb 19 01:14:33 UTC 2019
pkgbase = mcstatus
pkgdesc = Provides an easy way to query Minecraft servers for any information they can expose.
- pkgver = 2.2
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/Dinnerbone/mcstatus
arch = any
@@ -14,8 +12,8 @@ pkgbase = mcstatus
depends = python-six
depends = python-click
depends = python-dnspython
- source = https://github.com/Dinnerbone/mcstatus/archive/release-2.2.tar.gz
- sha256sums = 489b85ea4ff49efdd94d890b6408368556f63df9bc9f0a4d5dced13ece64e265
+ source = https://github.com/Dinnerbone/mcstatus/archive/release-3.1.0.tar.gz
+ sha256sums = 13610efc5d2104dbebedacb9449a7795043d671866d578747c1e927f0f4ff979
pkgname = mcstatus
diff --git a/PKGBUILD b/PKGBUILD
index 6f683a6f10e0..444477b7c24d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Chris Hobbs (RX14) <chris@rx14.co.uk>
+# Maintainer: Stephanie Wilde-Hobbs (RX14) <steph@rx14.co.uk>
pkgname=mcstatus
-pkgver=2.2
+pkgver=3.1.0
pkgrel=1
pkgdesc="Provides an easy way to query Minecraft servers for any information they can expose."
arch=(any)
@@ -11,7 +11,7 @@ depends=(python python-six python-click python-dnspython)
makedepends=(python-setuptools)
checkdepends=(python-mock python-nose)
source=("https://github.com/Dinnerbone/mcstatus/archive/release-${pkgver}.tar.gz")
-sha256sums=('489b85ea4ff49efdd94d890b6408368556f63df9bc9f0a4d5dced13ece64e265')
+sha256sums=('13610efc5d2104dbebedacb9449a7795043d671866d578747c1e927f0f4ff979')
prepare() {
cd "${srcdir}/mcstatus-release-${pkgver}"