gettext: rebuild to fix wrong signature error.

This commit is contained in:
Chaoting Liu 2017-01-12 16:50:39 +00:00
parent 699795c477
commit 30172d68da

View File

@ -1,7 +1,7 @@
pkgname=gettext
pkgver=0.19.8.1
pkgrel=1
pkgrel=2
pkgdesc="GNU internationalization library"
arch=('x86_64')
url="http://www.gnu.org/software/gettext"
@ -25,7 +25,7 @@ build() {
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
make check | true
make check || true
}
package() {