summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyPixie2023-04-15 19:16:10 -0300
committerShyPixie2023-04-15 19:16:10 -0300
commitb4748f95253cbf11ff07e52d2e118912e2ac5ab6 (patch)
tree194e31542d4ac6d07f3cf962730f0f04b8993ff2
parentbd37ed281d0a5733c70dafc853c87d9b8be41d11 (diff)
downloadaur-b4748f95253cbf11ff07e52d2e118912e2ac5ab6.tar.gz
Update steam-tools-ng to v3.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81144addd8ca..0ee5f9888858 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 = 3.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/calendulish/steam-tools-ng
arch = any
@@ -16,7 +16,7 @@ pkgbase = steam-tools-ng
depends = python-stlib-plugins>=1.2
depends = python-gobject
depends = gtk4
- source = https://github.com/calendulish/steam-tools-ng/archive/v3.0.tar.gz
- sha256sums = 1b05a03c4c1661cd951b82a46d8070b6556705c851401e0c8908b5267567a09c
+ source = https://github.com/calendulish/steam-tools-ng/archive/v3.0.1.tar.gz
+ sha256sums = c0fa03ec0e9d29aa35efce30fee65fa49e9dd6ae0bda2d289dd96171afca5b01
pkgname = steam-tools-ng
diff --git a/PKGBUILD b/PKGBUILD
index dee305952df6..a61e6282f5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Acidhub <dev@acidhub.click>
pkgname=steam-tools-ng
-pkgver=3.0
+pkgver=3.0.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.3' 'py
makedepends=('python-build' 'python-installer' 'python-wheel' 'imagemagick')
license=('GPL')
source=("https://github.com/calendulish/$pkgname/archive/v${pkgver}.tar.gz")
-sha256sums=('1b05a03c4c1661cd951b82a46d8070b6556705c851401e0c8908b5267567a09c')
+sha256sums=('c0fa03ec0e9d29aa35efce30fee65fa49e9dd6ae0bda2d289dd96171afca5b01')
build() {
cd $pkgname-$pkgver