summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8792dbf652da..575ce541d2d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=protondb-tags-git
_pkgname=ProtonDB-Tags
pkgver=r52.7abf49e
-pkgrel=1
+pkgrel=2
pkgdesc="Pull ratings from ProtonDB and import them into your Steam library as tags."
arch=('any')
url="https://github.com/CorruptComputer/$_pkgname"
@@ -15,6 +15,7 @@ depends=(
optdepends=(
'steam: Supports any steam, native, flatpak, etc'
)
+makedepends=('git')
provides=('protondb-tags')
conflicts=('protondb-tags')
source=(git+https://github.com/CorruptComputer/$_pkgname.git)