summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2017-12-02 23:52:01 +0100
committerhaawda2017-12-02 23:52:01 +0100
commit53da7b4d041d9eb1c90f4afe2004f1f5b7c29a68 (patch)
tree0606640aa3054808e035a5ed16d122de36539ca8
parent6b62c8c9ad11c24705d3b4964a4d99f76310e771 (diff)
downloadaur-53da7b4d041d9eb1c90f4afe2004f1f5b7c29a68.tar.gz
Updated version (0.3.3.27.g661342b.361 -> 0.3.3.28.g9a56e27.362).
Changelog ========= Make EOL after interpolation a proper error (#279) (9a56e27) Update changelog (#278) (661342b) Add functions (#277) (afa4aeb) Rename Scanner to Lexer (#276) (66391de) Align doc-comments in `--list` output (#273) (c5eeb89) Only provide MinGW build on Windows (#274) (5f8e1ea) Misc fixes before publishing new version (#271) (19a559c) Bump version: 0.3.3 -> 0.3.4 (#269) (88afe90) Change license to CC0 (#270) (a88d785) Build x86_64-pc-windows-gnu target for releases (#267) (69e79b9) Bump dependencies (#265) (ce65a15) Clean up grammar (#268) (659af49) Miscellaneous cleanup (#261) (def1bda) Refactor Tokenizer (#260) (8611735) Refactor more tests into macro invocations (#259) (afe2c0f) Refactor evaluators and resolvers into common form (#258) (28a57d9) Convert parser tests to macros (#257) (bc79d16) Use imperative mood in help strings (#256) (87b2130) Use uppercase names for arguments (#255) (c84a86d) Rename `options` to `configuration` (#254) (7166fa9) Do not evaluate backticks in assignments during dry runs (#253) (acb5d6f) Refactor some other stuff (#252) (13a124d) Refactor Everything (#250) (2b6b715) Give errors clearer names (#249) (86dc82f) Add rename recipe to justfile (#248) (a4bf6c3) Stop empty comments from swallowing the next line (#247) (3acd566) Make unexpected token formatting clearer (#243) (b9e1f73) Add instructions for installing via Homebrew (#238) (fcc27a9)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6508f927c483..ae80df06b890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Dec 2 22:52:01 UTC 2017
pkgbase = just-git
pkgdesc = Just a command runner, like make.
- pkgver = 0.3.3.27.g661342b.361
+ pkgver = 0.3.3.28.g9a56e27.362
pkgrel = 1
url = https://github.com/casey/just
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5153bb016b5e..519887c5e881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=just-git
-pkgver=0.3.3.27.g661342b.361
+pkgver=0.3.3.28.g9a56e27.362
pkgrel=1
pkgdesc="Just a command runner, like make."
arch=('x86_64' 'i686')