summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyPixie2023-01-14 22:13:02 -0300
committerShyPixie2023-01-14 22:13:02 -0300
commitfc86a25b36d08ae8d338949e06c742f2df4c5195 (patch)
treedd4179a9a1eecbe052c7e0429971c04d97988f64
parent507231e4e8045beb510c0265309a22f1b51556c3 (diff)
downloadaur-fc86a25b36d08ae8d338949e06c742f2df4c5195.tar.gz
update steam-tools-ng to v2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4622440a64d1..1c14ac8c3ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steam-tools-ng
pkgdesc = Some useful tools for use with steam client or compatible programs, websites
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/ShyPixie/steam-tools-ng
arch = any
@@ -16,7 +16,7 @@ pkgbase = steam-tools-ng
depends = python-stlib-plugins>=1.1
depends = python-gobject
depends = gtk4
- source = https://github.com/ShyPixie/steam-tools-ng/archive/v2.1.0.tar.gz
- sha256sums = 6348ccdf49d631e6d8a1e1f08809e40cf78f4eae519c1bdfe76d82a04f6a2a47
+ source = https://github.com/ShyPixie/steam-tools-ng/archive/v2.1.1.tar.gz
+ sha256sums = 2e0a8f4651689e8b3b650f715947c89c6d1361755ffa96391149dbe51b21a0c0
pkgname = steam-tools-ng
diff --git a/PKGBUILD b/PKGBUILD
index 47f2ea1620e6..23b6ee28622f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Acidhub <dev@acidhub.click>
pkgname=steam-tools-ng
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="Some useful tools for use with steam client or compatible programs, websites"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python>=3.9' 'python-certifi' 'python-aiohttp' 'python-stlib>=1.1' 'py
makedepends=('python-build' 'python-installer' 'python-wheel' 'imagemagick')
license=('GPL')
source=("https://github.com/ShyPixie/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('6348ccdf49d631e6d8a1e1f08809e40cf78f4eae519c1bdfe76d82a04f6a2a47')
+sha256sums=('2e0a8f4651689e8b3b650f715947c89c6d1361755ffa96391149dbe51b21a0c0')
build() {
cd $pkgname-$pkgver