summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75f4e1bbecef..6e7b2e01c18f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stephanie Wilde-Hobbs (RX14) <steph@rx14.co.uk>
pkgname=mcstatus
-pkgver=3.1.1
+pkgver=4.0.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=('8210b2012ad6a0ce3fdf857b0ba59796dfb0555fd45218560cde6c9b2036e054')
+sha256sums=('7e280b8a42089749d4e3f172dec10676346f2bed05ca6bb0d57328a244c7a12f')
prepare() {
cd "${srcdir}/mcstatus-release-${pkgver}"