summarylogtreecommitdiffstats
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
parent22f8a628b220503b35b34bafa0e5415ff5d121ab (diff)
downloadaur-b9f3a24905cd2a98178251eafca4e4f85fd0c601.tar.gz
4.1.0-2
Seems someone re-tagged under the same name...
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0941d0b7e4e8..28787ebd177a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mcstatus
pkgdesc = Provides an easy way to query Minecraft servers for any information they can expose.
pkgver = 4.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Dinnerbone/mcstatus
arch = any
license = Apache
@@ -13,7 +13,7 @@ pkgbase = mcstatus
depends = python-click
depends = python-dnspython
source = https://github.com/Dinnerbone/mcstatus/archive/release-4.1.0.tar.gz
- sha256sums = ba597341681efc3dff8683254c01e07d688d69ba3de332a82efadab28369e171
+ sha256sums = 21c3415ab1a0f68db3f8909566a945f6eeeca5ca8d0811dc5b4f2af3ee98c0b5
pkgname = mcstatus
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}"