summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford2021-02-20 12:49:21 -0500
committerShayne Hartford2021-02-20 12:49:21 -0500
commit4a0eee2cba37c0ae2719448742ef48bc4e7efcd2 (patch)
treeb878272ba9168304dfe93d6c02d1faf8fb8efc68
parent907d9dfa6447ecf5cf16cb87e1f9f2bd0d33a3a5 (diff)
downloadaur-4a0eee2cba37c0ae2719448742ef48bc4e7efcd2.tar.gz
1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a56cbfdc592..4ed72515fd7e 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.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/CorruptComputer/ProtonDB-Tags
arch = any
@@ -9,8 +9,8 @@ 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.0.zip
- md5sums = 64472d2a0795255100fe4e9164f31e12
+ source = https://github.com/CorruptComputer/ProtonDB-Tags/archive/1.1.1.zip
+ md5sums = fe9551e815326406227d21e9ae6b33b4
pkgname = protondb-tags
diff --git a/PKGBUILD b/PKGBUILD
index 5dacca4f575b..4636e7ffcc9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=protondb-tags
_pkgname=ProtonDB-Tags
-pkgver=1.1.0
+pkgver=1.1.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=('64472d2a0795255100fe4e9164f31e12')
+md5sums=('fe9551e815326406227d21e9ae6b33b4')
package() {
cd "$srcdir/$_pkgname-$pkgver"