summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-01-07 20:03:44 +0100
committerStefan Husmann2016-01-07 20:03:44 +0100
commit59f629810b9bec7e30fe18cdabd3e8539ab8096f (patch)
treed558d94d0354f9c9592275ce5341a973adbb3223
parentde74173752ab4da49371e45470295c1c165961b5 (diff)
downloadaur-59f629810b9bec7e30fe18cdabd3e8539ab8096f.tar.gz
Updated version (2.61.105.g65f2eb0 -> 2.61.106.g24b6666).
Changelog ========= error recognition improved (24b6666) like and ilike fixed (65f2eb0) dependencies fixed (5da4b6f) massive refactoring towards properevaluation and local varaibles (2f7cf71) documentation improved (e345cfd) dump_tstack() added (22f3b5a) timing added (0c0327f) test case let to fix (8c92447) fixes amd update of the year (d2b95b6) further development (267d774) reorg: better names (f890a5a) prefix introduced (6e6b53d) quote fixed (11b557d) extensions (fa7f61b) test cases added for eval (dc8da41) Merge branch 'master' of git@github.com:ge-ne/bibtool.git (f1d41eb) reorg (7697dd2) reorg (da89f59) new tests (ec4705e) searching in level 1 subdir added for all() (e07626a) typedefs concentrated in term.h since things are so tight together (f38ff4e) test enabled (0de7dc1) test cases added (5f95b71) binding added (59e1f6f) test cases reorganized and expanded (0a0320e) fixed (014e90f) Merge branch 'master' of github.com:ge-ne/bibtool (1f33f06) backward compatibility for block parsing extended to allow group parsing (39a7c5e) extended for term parser (14fd1de) extended for term parser (73d345d) reorg and more tests (4c968fd) negation started testing (1180485) typo fixed (44cc87d) minus treatment fixed (78ca558) more test cases; more parsing; more syntactic sugar (745ccfa) more test cases and fixes for unary minus (d215138) error handling for ) added (5d9c592) error handling improved and test cases added (77fee8c) _* added (9534eeb) parsing of - improved (5b5cb47) formatting of summary modified (969ce2f) fixed (f77996a) new test cases (41ea025) BUnit moved to lib subdir (ceea8bb) test cases moved to test suite (944fe27) clean target added (8db7063) tests automattion improved (10fcbc4) improved (70454b0) generalized (a6f66e5) test driver ported from BibTool tests (8f815d1) readability improved (ed0b0f8) error handling improved (0e58b32) error handling improved (50daffd) improvements (27058ed) further development (1acb97f) change documented (e356030) extended (66d8545) improved (dae7fcc) saved (216d117) historical left-over from svn times removed (300f76c) improved (b9ff6f1) extended (bcdf7cc) tests made usable independently of the sources (0388ad6) file made reproducible -- whatever this should be good for (6093fab) fixed (7b09e1d) fixed (340a765) improved (8f1cbfc) eval_term.h introduced (f951c1e) fixes (73c96db) improvements (a63c55b) clenup (62c6745) reorg and improvements (8e10bbb) refactoring to accomodate new scope (a6df6dc) improvements (adfb3fd) improvemnets (577ab4d) improved (0ea36ef) new (c5efc1d) improved (b2ae434) update (2c4f03c) new (5b68023) new (3f6e28b) header improved (edbc1e5) copyright header fixed (c6b27b9) update (9cbf56d) number fixed (c985cb3) debugging and improvements (1b8bb8a) new (7783f78) new (08a73e5) switched to version 2 (5f59944) new (8d6137b) copyright fixed (6dcbe75) whitespace improved (19403c4) formatting tuned (916fbcc) formatting improved (f889b64) minor improvements on String and Uchar (ec04177) type fixed (8c597b3) minor improvements (70bfb84) some more changes for String (56e84e2) formatting improved (ae1c572) type warning fixed (6b8c4b7) improved (8b79b20) more on String (0f3949a) README.md fixed (5ba9697) prepared for next release (cb0877a) renamed (b7483d9) updated (54a73e6)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d357e4eefb7..9b6e68f1de43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 6 22:29:17 UTC 2016
+# Thu Jan 7 19:03:43 UTC 2016
pkgbase = bibtool-git
pkgdesc = Command line manipulation of BibTeX files - from git-repo
- pkgver = 2.61.105.g65f2eb0
+ pkgver = 2.61.106.g24b6666
pkgrel = 1
url = http://www.gerd-neugebauer.de/software/TeX/BibTool/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b12b1bbc2209..8caec1683036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=bibtool-git
-pkgver=2.61.105.g65f2eb0
+pkgver=2.61.106.g24b6666
pkgrel=1
pkgdesc="Command line manipulation of BibTeX files - from git-repo"
arch=('i686' 'x86_64')