From 6f5321c7c3e94c95d7c8cceaf795d0038b805714 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Tue, 24 Sep 2024 11:48:14 +0200 Subject: [PATCH] aurutils: v20.2 --- Makefile | 2 +- makepkg/aurutils.changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fbef0d8c..b2ff514f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ETCDIR ?= /etc AURUTILS_LIB_DIR ?= $(LIBDIR)/$(PROGNM) AURUTILS_VERSION ?= $(shell git describe --tags || true) ifeq ($(AURUTILS_VERSION),) -AURUTILS_VERSION := 20.1 +AURUTILS_VERSION := 20.2 endif AURUTILS_LIB = $(shell find lib/ -name 'aur-*') diff --git a/makepkg/aurutils.changelog b/makepkg/aurutils.changelog index ac2085d4..89d0ebf0 100644 --- a/makepkg/aurutils.changelog +++ b/makepkg/aurutils.changelog @@ -1,4 +1,4 @@ -## 21 +## 20.2 * `aur-build` + add `AUR_MAKEPKG_GNUPGHOME`, `--makepkg-gnupghome` -- 2.11.4.GIT