summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2020-11-07 14:49:25 +0200
committergardenapple2020-11-07 14:49:25 +0200
commitc4fb5a8d5c7ddb63488fdb68b9c5263369ffab5d (patch)
treec34c7b45dc6e4446378352f7ff0aa100a7d22aa3
parent10fb9e947006554c266990f5c58120ed013bf77a (diff)
downloadaur-c4fb5a8d5c7ddb63488fdb68b9c5263369ffab5d.tar.gz
optdepends: lowercase description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af6e1a72403c..74314378dbf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 11b1041ea203..147e3031f570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')