summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-07-03 20:25:38 +0200
committerJ5lx2015-07-03 20:25:38 +0200
commitdd61af7e0f64289cc8da87d03d2932e5b8b3d77b (patch)
treeb12dce96fd98d15eb81c0056f344e58fbd82d2f9
parentea9ccd66deeff32434572e8a0a6cf4d01015a4df (diff)
downloadaur-dd61af7e0f64289cc8da87d03d2932e5b8b3d77b.tar.gz
1.6.3-1: Update to new upstream version
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50cbb8086e3f..04b5675e27af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=steamkit
-pkgver=1.6.2
+pkgver=1.6.3
pkgrel=1
pkgdesc="A .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network."
arch=('any')
@@ -9,7 +9,7 @@ license=('LGPL2.1')
depends=('mono' 'protobuf-net')
options=('!strip')
source=("https://github.com/SteamRE/SteamKit/archive/SteamKit_${pkgver}.tar.gz")
-md5sums=('4c2fe9cc8725e3b080b33c366e558784')
+md5sums=('b5da732511cbfbbc702a73a8a8dddfb3')
build() {
cd "${srcdir}/SteamKit-SteamKit_${pkgver}/SteamKit2/SteamKit2"