summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordesbma2017-08-15 18:58:57 +0200
committerdesbma2017-08-15 18:58:57 +0200
commit11251be8626756c1f524912167dc0b827bb3f855 (patch)
treeaa05115903cc8c4e67c2de02cfec1f3e4bdab375
parent27468f0f6470b6e0936f552437d9406e85794e7e (diff)
downloadaur-11251be8626756c1f524912167dc0b827bb3f855.tar.gz
Minor optdepends desc fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c62975bb19d8..eabbbe03687c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="http://www.pogo.org.uk/~mark/bpm-tools/"
license=('GPL2')
depends=('sox')
optdepends=('gnuplot: for bpm-graph usage'
- 'flac: flac tagging support for bpm-tag'
- 'vorbis-tools: vorbis tagging support for bpm-tag'
+ 'flac: FLAC tagging support for bpm-tag'
+ 'vorbis-tools: Vorbis tagging support for bpm-tag'
'id3v2: MP3 tagging support for bpm-tag')
source=(http://www.pogo.org.uk/~mark/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz
'fix-bpm-graph-man.patch')