summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}