Skip to content

Commit 5605d0a

Browse files
committed
aurutils: v20.5.2
1 parent f69c0d6 commit 5605d0a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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.1
10+
AURUTILS_VERSION := 20.5.2
1111
endif
1212
AURUTILS_LIB := $(shell find lib/ -type f -name 'aur-*')
1313

makepkg/aurutils.changelog

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
## 20.5.1
1+
## 20.5
22

33
* `aur-build`
44
+ do not define `LOGDEST` explicitly
55

6-
## 20.5
7-
86
* `aur-chroot`
97
+ preserve `LOGDEST` and `SRCDEST` by default (#1196)
108

0 commit comments

Comments
 (0)