summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Manfredi2016-06-03 07:09:33 -0300
committerFernando Manfredi2016-06-03 07:09:33 -0300
commit88d718f7b98fe6da6cd42888c4cecdee8f0f42fb (patch)
tree095cd238060cf5d55f0a3607d27b0bcd59fb8860
parent275df1bca6e962734808e3b717ada96c90087e6d (diff)
downloadaur-88d718f7b98fe6da6cd42888c4cecdee8f0f42fb.tar.gz
Version bump to 0.8.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 841431e64023..a1f19e79a42c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 27 23:34:01 UTC 2016
+# Fri Jun 3 09:50:36 UTC 2016
pkgbase = steam-tools
pkgdesc = Some useful tools for use with Steam client and websites.
- pkgver = 0.7
+ pkgver = 0.8.2
pkgrel = 1
url = https://github.com/ShyPixie/steam-tools
arch = any
@@ -12,8 +12,8 @@ pkgbase = steam-tools
depends = python-beautifulsoup4
depends = python-requests
depends = python-crypto
- source = https://github.com/ShyPixie/steam-tools/archive/v0.7.tar.gz
- sha256sums = 754fcc91c7813c830c1cb2e5cab25a52d4e7c70c08ca1fc54fde6852a95ec5c9
+ source = https://github.com/ShyPixie/steam-tools/archive/v0.8.2.tar.gz
+ sha256sums = 748051e6caee7b447ca30e1c34af482b602a9ea712538357fbf2a361a91af0f5
pkgname = steam-tools
diff --git a/PKGBUILD b/PKGBUILD
index 02f9e5a5dee1..35d230c533ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Acidhub <contact@acidhub.click>
pkgname=steam-tools
-pkgver=0.7
+pkgver=0.8.2
pkgrel=1
pkgdesc="Some useful tools for use with Steam client and websites."
arch=('any')
@@ -10,7 +10,7 @@ depends=('python' 'python-beautifulsoup4' 'python-requests' 'python-crypto')
makedepends=('python-setuptools')
license=('GPL')
source=("https://github.com/ShyPixie/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('754fcc91c7813c830c1cb2e5cab25a52d4e7c70c08ca1fc54fde6852a95ec5c9')
+sha256sums=('748051e6caee7b447ca30e1c34af482b602a9ea712538357fbf2a361a91af0f5')
package() {
cd ${pkgname}-${pkgver}