summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford2022-07-11 15:25:49 -0400
committerShayne Hartford2022-07-11 15:25:49 -0400
commit5e988c592544ec3b13bf361493dc4046ae37e8e2 (patch)
tree5991cd54b99ef13d7f2729d04af97d7adc11f96e
parent4a0eee2cba37c0ae2719448742ef48bc4e7efcd2 (diff)
downloadaur-5e988c592544ec3b13bf361493dc4046ae37e8e2.tar.gz
1.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ed72515fd7e..3ade974dbba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = protondb-tags
pkgdesc = Pull ratings from ProtonDB and import them into your Steam library as tags.
- pkgver = 1.1.1
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/CorruptComputer/ProtonDB-Tags
arch = any
@@ -9,8 +9,7 @@ pkgbase = protondb-tags
depends = python-requests
optdepends = steam: Supports any steam, native, flatpak, etc
provides = protondb-tags
- source = https://github.com/CorruptComputer/ProtonDB-Tags/archive/1.1.1.zip
- md5sums = fe9551e815326406227d21e9ae6b33b4
+ source = https://github.com/CorruptComputer/ProtonDB-Tags/archive/1.2.1.zip
+ sha512sums = 12839d20ebdb4347aab56f5cc629686a7875982549492d78cac346c13b70a6194e59c1c9828e7a2c831440e4eeaadfb1bdc885c8e214741d285f653a46e6d2c8
pkgname = protondb-tags
-
diff --git a/PKGBUILD b/PKGBUILD
index 4636e7ffcc9a..8b3198bc8067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=protondb-tags
_pkgname=ProtonDB-Tags
-pkgver=1.1.1
+pkgver=1.2.1
pkgrel=1
pkgdesc="Pull ratings from ProtonDB and import them into your Steam library as tags."
arch=('any')
@@ -17,7 +17,7 @@ optdepends=(
)
provides=('protondb-tags')
source=(https://github.com/CorruptComputer/$_pkgname/archive/$pkgver.zip)
-md5sums=('fe9551e815326406227d21e9ae6b33b4')
+sha512sums=('12839d20ebdb4347aab56f5cc629686a7875982549492d78cac346c13b70a6194e59c1c9828e7a2c831440e4eeaadfb1bdc885c8e214741d285f653a46e6d2c8')
package() {
cd "$srcdir/$_pkgname-$pkgver"