summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2019-05-10 12:58:47 +0200
committerEmmanuel Gil Peyrot2019-05-10 12:58:47 +0200
commitc4d3738cb9004b21ce0b3bd50d13db8cb0fb6c0e (patch)
tree163800e5e685967297fe25b352df4e64304ef75a
parente4e530b8f180ddfbb4c918bed45e3a6182bbca7c (diff)
downloadaur-c4d3738cb9004b21ce0b3bd50d13db8cb0fb6c0e.tar.gz
Add a description for each of the optional dependencies
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c6acf7d8932..6cebe00c1806 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,11 @@ license=('BSD')
depends=('bash')
makedepends=('pandoc')
optdepends=(
- 'imagemagick'
- 'libarchive'
- 'icoutils'
- 'innoextract'
- 'unzip'
+ 'imagemagick: to convert images between formats'
+ 'libarchive: to extract various archive formats'
+ 'icoutils: to manipulate Windows icon files'
+ 'innoextract: to extract some Windows installers'
+ 'unzip: to extract some archives'
)
source=("${pkgname}-${pkgver}.tar.gz::https://framagit.org/vv221/play.it/-/archive/${pkgver}/play.it-${pkgver}.tar.gz")
sha1sums=('b5a2dba4d61ea5b77e87714d3e862d48991facba')