summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Manfredi2016-07-08 23:45:19 -0300
committerFernando Manfredi2016-07-08 23:45:19 -0300
commitdc9576cedae387f3082921d4fdf75d67ccf77288 (patch)
tree26a6c240470cfa5814cb92fb6ffc3833a05991b8
parent88d718f7b98fe6da6cd42888c4cecdee8f0f42fb (diff)
downloadaur-dc9576cedae387f3082921d4fdf75d67ccf77288.tar.gz
Version bump to 0.8.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1f19e79a42c..cf3861dd0aa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 3 09:50:36 UTC 2016
+# Sat Jul 9 02:19:02 UTC 2016
pkgbase = steam-tools
pkgdesc = Some useful tools for use with Steam client and websites.
- pkgver = 0.8.2
+ pkgver = 0.8.3
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.8.2.tar.gz
- sha256sums = 748051e6caee7b447ca30e1c34af482b602a9ea712538357fbf2a361a91af0f5
+ source = https://github.com/ShyPixie/steam-tools/archive/v0.8.3.tar.gz
+ sha256sums = 1b64a179e132e8a65e85b1e6cc18d39eb0309109471f88724f0c18baab05cae5
pkgname = steam-tools
diff --git a/PKGBUILD b/PKGBUILD
index 35d230c533ef..fd70a504f647 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Acidhub <contact@acidhub.click>
pkgname=steam-tools
-pkgver=0.8.2
+pkgver=0.8.3
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=('748051e6caee7b447ca30e1c34af482b602a9ea712538357fbf2a361a91af0f5')
+sha256sums=('1b64a179e132e8a65e85b1e6cc18d39eb0309109471f88724f0c18baab05cae5')
package() {
cd ${pkgname}-${pkgver}