summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Manfredi2016-08-29 22:31:14 -0300
committerFernando Manfredi2016-08-29 22:31:14 -0300
commitda0ece7237c2bfccd1b0b5e54b4531aed110643f (patch)
treeb591c67bcd553818a5552e83b694e4a77c13dd24
parentdc9576cedae387f3082921d4fdf75d67ccf77288 (diff)
downloadaur-da0ece7237c2bfccd1b0b5e54b4531aed110643f.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf3861dd0aa5..ac792fdf51be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 9 02:19:02 UTC 2016
+# Tue Aug 30 01:30:15 UTC 2016
pkgbase = steam-tools
pkgdesc = Some useful tools for use with Steam client and websites.
- pkgver = 0.8.3
+ pkgver = 0.8.4
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.3.tar.gz
- sha256sums = 1b64a179e132e8a65e85b1e6cc18d39eb0309109471f88724f0c18baab05cae5
+ source = https://github.com/ShyPixie/steam-tools/archive/v0.8.4.tar.gz
+ sha256sums = 1ebe8a21a2bae315c5c574bdec07b9a657fd298218e2071afb8ee949024702e2
pkgname = steam-tools
diff --git a/PKGBUILD b/PKGBUILD
index fd70a504f647..fd9c1f28c5df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Acidhub <contact@acidhub.click>
pkgname=steam-tools
-pkgver=0.8.3
+pkgver=0.8.4
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=('1b64a179e132e8a65e85b1e6cc18d39eb0309109471f88724f0c18baab05cae5')
+sha256sums=('1ebe8a21a2bae315c5c574bdec07b9a657fd298218e2071afb8ee949024702e2')
package() {
cd ${pkgname}-${pkgver}