summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyPixie2023-01-26 01:40:51 -0300
committerShyPixie2023-01-26 01:40:51 -0300
commitea46bd35573b7fb60e3ba57cf293c772dadd2ae2 (patch)
treeef157b4f89358f10845aec29fc8838fde35c48ad
parentfc86a25b36d08ae8d338949e06c742f2df4c5195 (diff)
downloadaur-ea46bd35573b7fb60e3ba57cf293c772dadd2ae2.tar.gz
update steam-tools-ng to v2.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c14ac8c3ae8..8dca95d22ebe 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.1
+ pkgver = 2.1.2
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.1.tar.gz
- sha256sums = 2e0a8f4651689e8b3b650f715947c89c6d1361755ffa96391149dbe51b21a0c0
+ source = https://github.com/ShyPixie/steam-tools-ng/archive/v2.1.2.tar.gz
+ sha256sums = 78e6cbad64d73fa0ca2dec4a4586f8f15420e73fefdee10498ae8466da00e776
pkgname = steam-tools-ng
diff --git a/PKGBUILD b/PKGBUILD
index 23b6ee28622f..4bb3a74358b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Acidhub <dev@acidhub.click>
pkgname=steam-tools-ng
-pkgver=2.1.1
+pkgver=2.1.2
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=('2e0a8f4651689e8b3b650f715947c89c6d1361755ffa96391149dbe51b21a0c0')
+sha256sums=('78e6cbad64d73fa0ca2dec4a4586f8f15420e73fefdee10498ae8466da00e776')
build() {
cd $pkgname-$pkgver