diff options
Diffstat (limited to 'community/optipng/APKBUILD')
-rw-r--r-- | community/optipng/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/optipng/APKBUILD b/community/optipng/APKBUILD index ed17fe8c58d..fcc36ad87ae 100644 --- a/community/optipng/APKBUILD +++ b/community/optipng/APKBUILD @@ -5,7 +5,7 @@ pkgrel=2 pkgdesc="Compresses PNG files to a smaller size, without losing any information." url="http://optipng.sourceforge.net/" arch="all" -license="ZLIB" +license="zlib" makedepends="libpng-dev" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" |