From 47db7d86b2c738bfa2d5c60bcfc045e1778ed1ff Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 13 May 2019 09:23:32 +0300 Subject: [PATCH] libiconv: Add license and description to header --- mingw-w64-libiconv/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-libiconv/PKGBUILD b/mingw-w64-libiconv/PKGBUILD index bc55a990d8..ac6e367890 100644 --- a/mingw-w64-libiconv/PKGBUILD +++ b/mingw-w64-libiconv/PKGBUILD @@ -3,8 +3,9 @@ _realname=libiconv pkgbase=mingw-w64-${_realname} -pkgname=(${MINGW_PACKAGE_PREFIX}-${_realname} - ${MINGW_PACKAGE_PREFIX}-iconv) +pkgname=(${MINGW_PACKAGE_PREFIX}-${_realname} ${MINGW_PACKAGE_PREFIX}-iconv) +license=('GPL3') +pkgdesc='Character encoding conversion library and utility (mingw-w64)' pkgver=1.16 pkgrel=1 arch=('any')