summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2024-12-12 01:02:20 +0100
committeractionless2024-12-12 01:02:20 +0100
commit5ff62a2230c09a6b32e78796e966854209dee38b (patch)
tree7c4b3f6dc14f8cfca0161f3ce41911dd012942c4
parenta42b5d62c21fe3a93ab5b3e779ea9aeb23a770ea (diff)
downloadaur-5ff62a2230c09a6b32e78796e966854209dee38b.tar.gz
update to 1.30.3
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG8
-rw-r--r--PKGBUILD2
3 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46d998f552c2..ff157d574196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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)
diff --git a/PKGBUILD b/PKGBUILD
index b25d4b2e0690..b75a5f295059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')