summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTabulateJarl82024-04-29 20:01:56 -0400
committerTabulateJarl82024-04-29 20:01:56 -0400
commitc5e48ba26c40d597f9259ac6117e6d820b23911a (patch)
tree19cbdb4f0bd56663763b2e47cf230d686c41babe
parentf520d312ee50ddc5ba1d5d048b1f110334e47cf4 (diff)
downloadaur-c5e48ba26c40d597f9259ac6117e6d820b23911a.tar.gz
1.5.5 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60af51d735c3..736d9b3befa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-vapor-steam
pkgdesc = TUI program to check the ProtonDB compatibility of all the games of a Steam user
- pkgver = 1.5.4
+ pkgver = 1.5.5
pkgrel = 1
url = https://github.com/TabulateJarl8/vapor
arch = any
@@ -16,7 +16,7 @@ pkgbase = python-vapor-steam
depends = python-textual
depends = python-platformdirs
depends = python-linkify-it-py
- source = https://files.pythonhosted.org/packages/source/v/vapor_steam/vapor_steam-1.5.4.tar.gz
- sha512sums = 3cef4143fadfe2a4e3ace5283254381633d101624237be45b17a2d5d8445f3681831c5dd37acf04131c0fdde4da739c0c6a5d3b5c4bafddb1dd4625fc284820d
+ source = https://files.pythonhosted.org/packages/source/v/vapor_steam/vapor_steam-1.5.5.tar.gz
+ sha512sums = a73956a15e987cfa90e8e2e225dc4ece5ef5b673ffba651012d9d48eb823de17dde4af852a496caf333b64641273aa88451720444602bd140ae455a0c40e0161
pkgname = python-vapor-steam
diff --git a/PKGBUILD b/PKGBUILD
index 1d341b487e32..bef2c41e8365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: TabulateJarl8 <tabulatejarl8 at gmail.com>
pkgname=python-vapor-steam
-pkgver=1.5.4
+pkgver=1.5.5
pkgrel=1
pkgdesc="TUI program to check the ProtonDB compatibility of all the games of a Steam user"
arch=('any')
@@ -13,7 +13,7 @@ checkdepends=('python-pytest' 'python-pytest-asyncio')
_name=${pkgname#python-}
_name=${_name//-/_}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha512sums=('3cef4143fadfe2a4e3ace5283254381633d101624237be45b17a2d5d8445f3681831c5dd37acf04131c0fdde4da739c0c6a5d3b5c4bafddb1dd4625fc284820d')
+sha512sums=('a73956a15e987cfa90e8e2e225dc4ece5ef5b673ffba651012d9d48eb823de17dde4af852a496caf333b64641273aa88451720444602bd140ae455a0c40e0161')
build() {
cd "$srcdir/$_name-$pkgver"