summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephanie Wilde-Hobbs2020-11-01 16:18:17 +0000
committerStephanie Wilde-Hobbs2020-11-01 16:18:51 +0000
commitb9f3a24905cd2a98178251eafca4e4f85fd0c601 (patch)
tree90f6d633d310718cee574e579b61953f71aef35d /PKGBUILD
parent22f8a628b220503b35b34bafa0e5415ff5d121ab (diff)
downloadaur-b9f3a24905cd2a98178251eafca4e4f85fd0c601.tar.gz
4.1.0-2
Seems someone re-tagged under the same name...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bdebd3c1344e..3d12076e5851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mcstatus
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Provides an easy way to query Minecraft servers for any information they can expose."
arch=(any)
url="https://github.com/Dinnerbone/mcstatus"
@@ -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=('ba597341681efc3dff8683254c01e07d688d69ba3de332a82efadab28369e171')
+sha256sums=('21c3415ab1a0f68db3f8909566a945f6eeeca5ca8d0811dc5b4f2af3ee98c0b5')
prepare() {
cd "${srcdir}/mcstatus-release-${pkgver}"