summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQue Quotion2020-03-03 23:28:40 +0900
committerQue Quotion2020-03-03 23:28:40 +0900
commit8e76fa7af921d82159068405bb8aae9b15d1e98b (patch)
treecac3f256f674955736c4aee2a4b9dd3f4ea9d88e /PKGBUILD
parent2ce9d075d1525fb4d1669fa4c51bbaaa4885b152 (diff)
downloadaur-8e76fa7af921d82159068405bb8aae9b15d1e98b.tar.gz
Add descriptions for optdepends()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36fc1b200eaf..20c7a281b81f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,16 @@
pkgname=makepkg-optimize
pkgver=18
-pkgrel=1
+pkgrel=2
pkgdesc='Supplemental build and packaging optimizations for makepkg'
arch=('any')
license=('GPL')
url='https://wiki.archlinux.org/index.php/Makepkg-optimize'
depends=('pacman')
-optdepends=('upx' 'optipng' 'nodejs-svgo' 'openmp')
+optdepends=("upx: Compress executables"
+ "optipng: Optimize PNG files"
+ "svgo: Optimize SVG files"
+ "openmp: Parallelize loops")
backup=(etc/makepkg-optimize.conf)
_buildenv=({pgo,ZZ-lto,graphite,rice}.sh.in)
_executable=({upx,optipng,svgo}-exec.sh.in)