diff options
author | actionless | 2024-12-12 01:02:20 +0100 |
---|---|---|
committer | actionless | 2024-12-12 01:02:20 +0100 |
commit | 5ff62a2230c09a6b32e78796e966854209dee38b (patch) | |
tree | 7c4b3f6dc14f8cfca0161f3ce41911dd012942c4 | |
parent | a42b5d62c21fe3a93ab5b3e779ea9aeb23a770ea (diff) | |
download | aur-5ff62a2230c09a6b32e78796e966854209dee38b.tar.gz |
update to 1.30.3
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | CHANGELOG | 8 | ||||
-rw-r--r-- | PKGBUILD | 2 |
3 files changed, 10 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = pikaur-git pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay. - pkgver = 1.30.2 + pkgver = 1.30.3 pkgrel = 1 url = https://github.com/actionless/pikaur changelog = CHANGELOG diff --git a/CHANGELOG b/CHANGELOG index 22c6ac680753..9013f5fa9441 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2444,3 +2444,11 @@ Wed Oct 2 19:13:25 2024 +0200 Notable changes: * 2024-10-02 b49d07d actionless fix(args): handling `--` separator in python 3.12.7+ (fixes: #846) + + +Thu Dec 12 01:01:54 2024 +0100 +------------------------------------------------- +1.30.3 Hotfix Release 1.30.3 + + Notable changes: + * 2024-12-12 4e1e808 actionless fix(install_cli: _find_extra_aur_build_deps): add missing .runtimedeps to left side of comparison (fixes: #853, #854) @@ -3,7 +3,7 @@ _pkgname=pikaur pkgname="${_pkgname}-git" -pkgver=1.30.2 +pkgver=1.30.3 pkgrel=1 pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay." arch=('any') |