summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR Update Bot2017-12-08 21:52:22 +0100
committerhaawda2017-12-08 21:52:22 +0100
commitf3655f16c64713f72ed6426bd8351f163692e9bb (patch)
tree2e13efe2cae17a635c12eb09faaadc6497ce4ca5 /PKGBUILD
parent51bc6d5a8aac3181d86524abe38918828b293a8c (diff)
downloadaur-f3655f16c64713f72ed6426bd8351f163692e9bb.tar.gz
Updated version (2.6.4.62.g2388238 -> 2.6.4.64.gc984ab0).
Changelog ========= scanner: scanopt_err() now returns void (c984ab0) scanner: simplify scanopt_usage(). (aa775c8) scanner: prevent overflow in add_action() (2388238) scanner: use calloc to allocate new filter memory (08e1b25) Obsolete yypad64() macro. (87472f5) scanner: temporarily protect against ccl overflow & overwriting. (12d2f86) build: fix ENABLE_NLS preprocessor check. (ea1faa2) scanner: Rename genecs() local variables. No code changes. (11b7512) scanner: Remove unused BASENAME() macro. (3c0f34c) build: use #ifdef for ENABLE_NLS check. (661d603) scanner: Define _POSIX_C_SOURCE when needed in skeleton. (a17d79e) build: Remove custom reallocarray() declaration. (0db9f89) scanner: Simplify PRINT_SPACES() macro (37a6184) build: AC_USE_SYSTEM_EXTENSIONS in configure.ac. (24fd055) doc: document config.h inclusion by flex itself (1d62d3e) scanner: Include flexdef.h at %top block of scan.l (4b5111d) {re,}allocate_array code cleanup (f294338) doc: document libfl targets in Makefile (71d3525) build: Add convenience targets to build libfl only (dd1afa3) doc: document src/libfl in NEWS (b84ad14) Don't install libfl.pc if --disable-libfl. (08e19c5) libfl.pc: Rewrite descriptions, remove unneeded Cflags. (e199cb6) Move libfl.pc.in to src subdirectory. (7e06407) doc: NEWS updates (931d29b) Hardcode flex name in --help text (b115f38) Remove an unneeded gettext() in --version output (a657f0c) scanner: remove BASENAME(); don't strip path from program_name (fb731ac) build: sort .gitignore (d64a526) have libobjs depend on libobjdir (#244) (24e73c4) build: git ignore libfl.pc (aa50a49) Create libfl.pc target for pkgconfig (c1ed5df) scanner: #define BASENAME, remove #include libgen.h (535524e) mkskel.sh: fix EOL issue for CRLF systems (3f2b9a4) scanner: Ignore comment lines in skeleton files. (7af066b) filter: faster is_blank_line implementation (e784a80) filter: new internal function is_blank_line() (0f37043) build: require automake, gettext versions as per maintainer dev setup (19cffb0) doc: NEWS memory leak fix (36c2c0a) scanner: memory leak free scanner generator. (faa877a) filter: memory leak free scanner postprocessing. (8a044db) doc: NEWS c{i,j} (ef32155) scanner: c{i,j} should preserve case. (ea4b0a1) doc: document --backup-file in NEWS (6bebb26) scanner: add optionn to specify backup filename. (c55bf91) doc: new uk translation (8bd14f1) doc: new uk translation from the Translation Project (90c6244) doc: formatting fixes in README (9e00f25) test: echo 'set -v' before setting so in shell. (b4735d6) doc: tableopts rule portability mentioned in NEWS (71b9c0c) test: remove duplicate shell options line (2c0152a) test: use portable pattern substitution in tableopts.sh (1f3db3a) doc: document NetBSD build crash fix (db4f5e0) build: remove automake check-news (2ae437a) scanner: Use reallocarr() when available. (2b290d8) doc: list line number directives in NEWS (3a70bac) filter: Output correct #line value for current file. (2c7e34b) scanner: corrected typo (596a221) doc: noyyget/set_column options documented (0be3198) scanner: finish support for noyy{get,set}_column. (5cadd12) build: .mailmap for cleaning up shortlog (7284970) test: rename some files for non-case-sensitive filesystems. (2c3f463) build: 2.6.4 is previous version (af72e9e) build: ignore .sig files. (385766c) build: no longer ignore *.tar.bz2 (5dfc45e)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53a022ef3e06..5c80aa719674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=flex-git
-pkgver=2.6.4.62.g2388238
+pkgver=2.6.4.64.gc984ab0
pkgrel=1
pkgdesc="A tool for generating text-scanning programs - from git"
arch=('i686' 'x86_64')