summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-11-27 14:03:15 +0100
committeractionless2022-11-27 14:03:15 +0100
commit97cd09a00e61d3cc6fe4e9ca512a69cf97be62d4 (patch)
treebccd887f1b68f71630c036c287e8047d5d5adf0c
parente1d974971b43098968659e31dfad8725f4c5a08d (diff)
downloadaur-97cd09a00e61d3cc6fe4e9ca512a69cf97be62d4.tar.gz
update to 1.14.4
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG10
-rw-r--r--PKGBUILD2
3 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bf53b046b19..460f9896dcd2 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.14.3
+ pkgver = 1.14.4
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 9e1fbd1f50d7..b3e975f629d9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1980,3 +1980,13 @@ Sat Nov 26 21:27:02 2022 +0100
2022-11-26 376b3cc actionless chore(pkgbuild): fix dep chain problem
with python-pep517
+
+
+Sun Nov 27 14:02:42 2022 +0100
+-------------------------------------------------
+1.14.4 Release 1.14.4
+
+ Notable changes:
+ 2022-11-27 e611a58 actionless feat(info_cli): add new Submitter and Co-maintainers fields
+ 2022-11-27 77fe74a actionless fix(aur: AURPackageInfo): allow AUR having some extra fields and only print warning instead of throwing an exception
+ 2022-11-27 9d90136 actionless fix(AURPackageInfo): now AUR returns more data, add `submitter` and `comaintainers` fields
diff --git a/PKGBUILD b/PKGBUILD
index 4fc2cb40debc..2058eaa2f8f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.14.3
+pkgver=1.14.4
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')