mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:07:15 +08:00
gettext: rebuild to fix wrong signature error.
This commit is contained in:
parent
699795c477
commit
30172d68da
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user