From 5141a8f872fcc0a26f1504ad3254ef70b0f7e1cd Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Mon, 18 Sep 2023 16:02:00 +0200 Subject: [PATCH] aurutils: v18.2 --- Makefile | 2 +- makepkg/aurutils.changelog | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cef1513a..4bb65299 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 := 18.1 +AURUTILS_VERSION := 18.2 endif AURUTILS_SHELLCHECK = $(wildcard lib/*) diff --git a/makepkg/aurutils.changelog b/makepkg/aurutils.changelog index 5a47dd9b..0fa5c8d2 100644 --- a/makepkg/aurutils.changelog +++ b/makepkg/aurutils.changelog @@ -1,7 +1,18 @@ +## 18.2 + +* `aur-repo` + + do not require `file://` path for specified repository (#1113) + +* `aur-depends` + + fix regression introduced in v18 (#1112) + +* `aur-build` + + fix `--temp` (#1111) + ## 18.1 * `aur-chroot` - + Remove `/usr/share/devtools/pacman.conf.d/aurutils.conf` path introduced in v18 + + remove `/usr/share/devtools/pacman.conf.d/aurutils.conf` path introduced in v18 ## 18 -- 2.11.4.GIT