summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76aeb3c485c2..584a39dd5088 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steam-tools
pkgdesc = Some useful tools to use with steam client or compatible programs and websites.
- pkgver = 0.9.3
+ pkgver = 0.9.4
pkgrel = 1
url = https://github.com/ShyPixie/steam-tools-ng
arch = any
@@ -15,8 +15,8 @@ pkgbase = steam-tools
depends = python-requests
depends = python-crypto
depends = python-certifi
- source = https://github.com/ShyPixie/steam-tools-ng/archive/v0.9.3.tar.gz
- sha256sums = e7e2a168ff4d1edf32e1a4001249aa11311c9d8d860ae4c2817338a10e4265ed
+ source = https://github.com/ShyPixie/steam-tools-ng/archive/v0.9.4.tar.gz
+ sha256sums = fc1dd71f0cf764f734a5b2aaff7c5483e280c2b1a0fe944d8e3130df96f854df
pkgname = steam-tools
diff --git a/PKGBUILD b/PKGBUILD
index 28e18a7c552f..bf8434b18a21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Acidhub <contact@acidhub.click>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Acidhub <contact@acidhub.click>
pkgname=steam-tools
_pkgname=steam-tools-ng
-pkgver=0.9.3
+pkgver=0.9.4
pkgrel=1
pkgdesc="Some useful tools to use with steam client or compatible programs and websites."
arch=('any')
@@ -11,7 +12,7 @@ depends=('python' 'python-aiodns' 'python-cchardet' 'python-ujson' 'python-aioht
makedepends=('python-setuptools')
license=('GPL')
source=("https://github.com/ShyPixie/$_pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('e7e2a168ff4d1edf32e1a4001249aa11311c9d8d860ae4c2817338a10e4265ed')
+sha256sums=('fc1dd71f0cf764f734a5b2aaff7c5483e280c2b1a0fe944d8e3130df96f854df')
package() {
cd ${_pkgname}-${pkgver}