Skip to content

Commit 1960834

Browse files
committed
aurutils: v20.5.3
1 parent 3b522bd commit 1960834

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ETCDIR ?= /etc
77
AURUTILS_LIB_DIR ?= $(LIBDIR)/$(PROGNM)
88
AURUTILS_VERSION ?= $(shell git describe --tags || true)
99
ifeq ($(AURUTILS_VERSION),)
10-
AURUTILS_VERSION := 20.5.2
10+
AURUTILS_VERSION := 20.5.3
1111
endif
1212
AURUTILS_LIB := $(shell find lib/ -type f -name 'aur-*')
1313

makepkg/aurutils.changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
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`

0 commit comments

Comments
 (0)