summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyPixie2023-08-14 23:22:57 -0300
committerShyPixie2023-08-14 23:22:57 -0300
commit7cdfd64f9db3a4caf80f5846156090e7264b8238 (patch)
treece032fa45989c44ed9142b86c858d241f015e4c8
parent9ebad45941c7a58959df2e62ad26f1972ace8754 (diff)
downloadaur-7cdfd64f9db3a4caf80f5846156090e7264b8238.tar.gz
Update steam-tools-ng to v3.1.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 7 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f16b86528da6..b12ef4d57d6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steam-tools-ng
pkgdesc = Some useful tools for use with steam client or compatible programs, websites
- pkgver = 3.1.1
- pkgrel = 2
+ pkgver = 3.1.4
+ pkgrel = 1
url = https://github.com/calendulish/steam-tools-ng
arch = any
license = GPL
@@ -16,9 +16,7 @@ pkgbase = steam-tools-ng
depends = python-stlib-plugins>=1.2.3
depends = python-gobject
depends = gtk4
- source = https://github.com/calendulish/steam-tools-ng/archive/v3.1.1.tar.gz
- source = https://github.com/calendulish/steam-tools-ng/commit/b49deac04211c6c010a6db0f3b9cc06a646fd0c1.patch
- sha256sums = 4af918fd74c020451eef29375781c6bb2cb7a05afba4e64f05a886b3fe84ca89
- sha256sums = 6433d67ca6a0a4555cbff98314ff5c196f32ca8dcf6519cf86a093269da322cc
+ source = https://github.com/calendulish/steam-tools-ng/archive/v3.1.4.tar.gz
+ sha256sums = 3a24a4a0e8dc2fe8587a950246067ccc03a611c94e534475cd228f952490f779
pkgname = steam-tools-ng
diff --git a/PKGBUILD b/PKGBUILD
index 36e814177791..b9cc8a0958b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Acidhub <dev@acidhub.click>
pkgname=steam-tools-ng
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.4
+pkgrel=1
pkgdesc="Some useful tools for use with steam client or compatible programs, websites"
arch=('any')
url="https://github.com/calendulish/steam-tools-ng"
@@ -13,15 +13,8 @@ makedepends=('python-build' 'python-installer' 'python-wheel' 'imagemagick')
license=('GPL')
source=(
"https://github.com/calendulish/$pkgname/archive/v${pkgver}.tar.gz"
- "https://github.com/calendulish/$pkgname/commit/b49deac04211c6c010a6db0f3b9cc06a646fd0c1.patch"
)
-sha256sums=('4af918fd74c020451eef29375781c6bb2cb7a05afba4e64f05a886b3fe84ca89'
- '6433d67ca6a0a4555cbff98314ff5c196f32ca8dcf6519cf86a093269da322cc')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 < "../b49deac04211c6c010a6db0f3b9cc06a646fd0c1.patch"
-}
+sha256sums=('3a24a4a0e8dc2fe8587a950246067ccc03a611c94e534475cd228f952490f779')
build() {
cd $pkgname-$pkgver