We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e408eb commit a1ec5d3Copy full SHA for a1ec5d3
Makefile
@@ -7,7 +7,7 @@ ETCDIR ?= /etc
7
AURUTILS_LIB_DIR ?= $(LIBDIR)/$(PROGNM)
8
AURUTILS_VERSION ?= $(shell git describe --tags || true)
9
ifeq ($(AURUTILS_VERSION),)
10
-AURUTILS_VERSION := 20.5
+AURUTILS_VERSION := 20.5.1
11
endif
12
AURUTILS_LIB = $(shell find lib/ -name 'aur-*')
13
makepkg/aurutils.changelog
@@ -1,3 +1,8 @@
1
+## 20.5.1
2
+
3
+* `aur-build`
4
+ + do not define `LOGDEST` explicitly
5
6
## 20.5
* `aur-chroot`
0 commit comments