Skip to content

Commit a1ec5d3

Browse files
committed
aurutils: v20.5.1
1 parent 0e408eb commit a1ec5d3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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
10+
AURUTILS_VERSION := 20.5.1
1111
endif
1212
AURUTILS_LIB = $(shell find lib/ -name 'aur-*')
1313

makepkg/aurutils.changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 20.5.1
2+
3+
* `aur-build`
4+
+ do not define `LOGDEST` explicitly
5+
16
## 20.5
27

38
* `aur-chroot`

0 commit comments

Comments
 (0)