Skip to content

Commit efce8f7

Browse files
committed
aurutils: v20.4
1 parent b190299 commit efce8f7

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.3
10+
AURUTILS_VERSION := 20.4
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.4
2+
3+
* `aur-build`
4+
+ do not skip build on partial results (#1186)
5+
16
## 20.3
27

38
* `perl`

0 commit comments

Comments
 (0)