summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-08-06 04:15:40 +0200
committerJ5lx2015-08-06 04:15:40 +0200
commit2983ad26c9d4a5ef70081f487a75691c112a5eb4 (patch)
treeb50131ea27e79411d57b9b192764041198a1edcc
parentaca9e274d9c65817c2aa3cffbbca8e7acf9cbca1 (diff)
downloadaur-2983ad26c9d4a5ef70081f487a75691c112a5eb4.tar.gz
1.6.4-1: Update to new upstream version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf691f30f180..f05cc2cf1453 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamkit
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.
- pkgver = 1.6.3
+ pkgver = 1.6.4
pkgrel = 1
url = https://github.com/SteamRE/SteamKit
arch = any
@@ -8,8 +8,8 @@ pkgbase = steamkit
depends = mono
depends = protobuf-net
options = !strip
- source = https://github.com/SteamRE/SteamKit/archive/SteamKit_1.6.3.tar.gz
- md5sums = b5da732511cbfbbc702a73a8a8dddfb3
+ source = https://github.com/SteamRE/SteamKit/archive/SteamKit_1.6.4.tar.gz
+ md5sums = 2fdb0a7874fd384cbc966ca56f73dcb3
pkgname = steamkit
diff --git a/PKGBUILD b/PKGBUILD
index 04b5675e27af..dd153ee6b267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=steamkit
-pkgver=1.6.3
+pkgver=1.6.4
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=('b5da732511cbfbbc702a73a8a8dddfb3')
+md5sums=('2fdb0a7874fd384cbc966ca56f73dcb3')
build() {
cd "${srcdir}/SteamKit-SteamKit_${pkgver}/SteamKit2/SteamKit2"