File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ETCDIR ?= /etc
77AURUTILS_LIB_DIR ?= $(LIBDIR ) /$(PROGNM )
88AURUTILS_VERSION ?= $(shell git describe --tags || true)
99ifeq ($(AURUTILS_VERSION ) ,)
10- AURUTILS_VERSION := 20.5.2
10+ AURUTILS_VERSION := 20.5.3
1111endif
1212AURUTILS_LIB := $(shell find lib/ -type f -name 'aur-* ')
1313
Original file line number Diff line number Diff line change 66* `aur-chroot`
77 + preserve `LOGDEST` and `SRCDEST` by default (#1196)
88
9+ * `aur-sync`
10+ + pre-process .SRCINFO with `pacini` (#1203)
11+
12+ * `examples`
13+ + `sync-rebuild`
14+ - use `aur-fetch` instead of `aur-sync`
15+ - allow handling multiple targets
16+
17+ * `man1`
18+ + documentation updates (#1206, #1207)
19+ + add setfacl example (aur-build.1)
20+
921## 20.4
1022
1123* `aur-build`
You can’t perform that action at this time.
0 commit comments