diff options
author | gardenapple | 2020-11-07 14:49:25 +0200 |
---|---|---|
committer | gardenapple | 2020-11-07 14:49:25 +0200 |
commit | c4fb5a8d5c7ddb63488fdb68b9c5263369ffab5d (patch) | |
tree | c34c7b45dc6e4446378352f7ff0aa100a7d22aa3 /PKGBUILD | |
parent | 10fb9e947006554c266990f5c58120ed013bf77a (diff) | |
download | aur-c4fb5a8d5c7ddb63488fdb68b9c5263369ffab5d.tar.gz |
optdepends: lowercase description
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ arch=('any') license=('custom:AFL-3.0' 'custom') depends=('sfml') makedepends=('git' 'cmake' 'rsync') -optdepends=('steam: Integration for those who own the game on Steam' +optdepends=('steam: integration for those who own the game on Steam' 'discord: Discord Rich Presence support') provides=('open-hexagon') conflicts=('open-hexagon') |