summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThat One Seong2024-01-04 01:20:51 -0500
committerThat One Seong2024-01-04 01:20:51 -0500
commit5362dcc8f5e697b3c36dd46f77412efa328d27af (patch)
tree7a1841ef58bf46260300a9f02e384c8ef5e29af7
parent82b1a775262cc73ae2edb9b14019ca93a3c6992c (diff)
downloadaur-5362dcc8f5e697b3c36dd46f77412efa328d27af.tar.gz
Fixed depends.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 338bb5ca400d..11eb09248575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Script that creates human-readable symlinks for Steam Proton game prefi
arch=('any')
url='https://github.com/Jannomag/shortix'
license=('GPL3')
-depends=('sed')
+depends=('sed' 'protontricks')
optdepends=('steam: create and run proton prefixes')
install=$pkgname.install
source=("https://github.com/SeongGino/shortix/archive/refs/tags/v$pkgver.zip")