summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShyPixie2023-08-14 23:22:57 -0300
committerShyPixie2023-08-14 23:22:57 -0300
commit7cdfd64f9db3a4caf80f5846156090e7264b8238 (patch)
treece032fa45989c44ed9142b86c858d241f015e4c8 /PKGBUILD
parent9ebad45941c7a58959df2e62ad26f1972ace8754 (diff)
downloadaur-7cdfd64f9db3a4caf80f5846156090e7264b8238.tar.gz
Update steam-tools-ng to v3.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
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