Skip to content

Commit 1bce98f

Browse files
committed
global: update to 6.6.14
1 parent f7fd9e8 commit 1bce98f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

global/PKGBUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: João Guerra <joca.bt@gmail.com>
22

33
pkgname=global
4-
pkgver=6.6.12
4+
pkgver=6.6.14
55
pkgrel="1"
66
pkgdesc="A source code tagging system"
77
arch=("i686" "x86_64")
@@ -18,7 +18,7 @@ optdepends=("ctags" "python3-pygments")
1818
makedepends=("ncurses-devel" 'autotools' 'gperf' 'gcc')
1919
options=(libtool !emptydirs)
2020
source=("https://ftp.gnu.org/gnu/global/${pkgname}-${pkgver}.tar.gz"{,.sig})
21-
sha256sums=('542a5b06840e14eca548b4bb60b44c0adcf01024e68eb362f8bf716007885901'
21+
sha256sums=('f6e7fd0b68aed292e85bb686616baf6551d5c9424adcddca11d808ba318cb320'
2222
'SKIP')
2323
validpgpkeys=("26F631B43D624A927E6F1C33969C3BE389DDA6EB") # Shigio YAMAGUCHI <shigio@gnu.org>
2424

@@ -29,6 +29,7 @@ prepare() {
2929

3030
build () {
3131
cd "${pkgname}-${pkgver}"
32+
CFLAGS+=" -std=gnu17" \
3233
./configure --prefix=/usr \
3334
--build=${CHOST} \
3435
--host=${CHOST} \

0 commit comments

Comments
 (0)