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 | |
parent | 10fb9e947006554c266990f5c58120ed013bf77a (diff) | |
download | aur-c4fb5a8d5c7ddb63488fdb68b9c5263369ffab5d.tar.gz |
optdepends: lowercase description
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = open-hexagon-git pkgdesc = Free software clone of Super Hexagon - a music-based arcade game pkgver = 2.0.preview.r1766.gd4e93de4 - pkgrel = 4 + pkgrel = 5 epoch = 1 url = https://openhexagon.org/ install = open-hexagon-git.install @@ -12,7 +12,7 @@ pkgbase = open-hexagon-git makedepends = cmake makedepends = rsync depends = sfml - optdepends = steam: Integration for those who own the game on Steam + optdepends = steam: integration for those who own the game on Steam optdepends = discord: Discord Rich Presence support provides = open-hexagon conflicts = open-hexagon @@ -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') |