summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-10-09 09:41:15 -0600
committerMark Wagie2022-10-09 09:41:15 -0600
commitc340977f771db15ce956bfab8d15087dda322b6c (patch)
treed923c36d1cb383a897a2dc36f4a3124696e21734
parentbc9f2924b00a9c1003199bc9d28da0821ee67a3e (diff)
downloadaur-c340977f771db15ce956bfab8d15087dda322b6c.tar.gz
1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 841a441c41e5..f296f60c9944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-steam
pkgdesc = Python package for interacting with Steam
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/ValvePython/steam
arch = any
@@ -22,7 +22,7 @@ pkgbase = python-steam
depends = python-requests
depends = python-six
depends = python-vdf
- source = steam-1.4.0.tar.gz::https://github.com/ValvePython/steam/archive/refs/tags/v1.4.0.tar.gz
- sha256sums = 0ed3e59354fc9bfd3284fdf130019f7154c08260d082564b2f96d750c2aca2ed
+ source = steam-1.4.1.tar.gz::https://github.com/ValvePython/steam/archive/refs/tags/v1.4.1.tar.gz
+ sha256sums = cfd4382deb9d4dff29381151278903e1c0a374d0915262dc788f8ba01a36df1a
pkgname = python-steam
diff --git a/PKGBUILD b/PKGBUILD
index 7d53a349fc00..3c8dd633827c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-steam
_name=${pkgname#python-}
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc="Python package for interacting with Steam"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel
checkdepends=('python-gevent-eventemitter' 'python-google-api-python-client' 'python-mock'
'python-protobuf' 'python-pytest-cov' 'python-vcrpy' 'python-yaml')
source=("$_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('0ed3e59354fc9bfd3284fdf130019f7154c08260d082564b2f96d750c2aca2ed')
+sha256sums=('cfd4382deb9d4dff29381151278903e1c0a374d0915262dc788f8ba01a36df1a')
build() {
cd "$_name-$pkgver"