summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78a1b2581bb4..eb00f9f9fcc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=mcrcon
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Console based remote console (rcon) client for Minecraft servers"
arch=('i686' 'x86_64')
url="https://github.com/Tiiffi/mcrcon"
license=('ZLIB')
depends=('glibc')
-source=("https://github.com/Tiiffi/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('69597079fa35bb246087671a77c825e015d51d16f7b8d0064915b84d78dd3c8f')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Tiiffi/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('1743b25a2d031b774e805f4011cb7d92010cb866e3b892f5dfc5b42080973270')
build() {
cd "$pkgname-$pkgver"