summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-11-27 14:03:29 +0100
committeractionless2022-11-27 14:03:29 +0100
commitf66211c53d38953fbd881c86bf8ac6d54a74d717 (patch)
tree9e66a715e3642d5a3a28e97b23bd6f9afe7be20d
parent03e355a6a88f198fea46c9f8bb4ab8b80200cba7 (diff)
downloadaur-f66211c53d38953fbd881c86bf8ac6d54a74d717.tar.gz
update to 1.14.4
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG10
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fed249d5c12d..b429b03df28a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
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
@@ -17,7 +17,7 @@ pkgbase = pikaur
optdepends = python-defusedxml: securely wrap Arch news replies
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.14.3.tar.gz::https://github.com/actionless/pikaur/archive/1.14.3.tar.gz
- b2sums = a78d893ae94466e159044867be029a8fddea72104887291c44a9293a1456609a0579ce2c6c0d267fce98e9abe15823727f63eb6050db6008448940f98d732755
+ source = pikaur-1.14.4.tar.gz::https://github.com/actionless/pikaur/archive/1.14.4.tar.gz
+ b2sums = 9189f37cc7b6a66767020822017f81082e60eaa7d668f9a9a06fa26cc2c14334084e54cdf5f353437167863b03fd06ab45a639f8d605f72320daa4ba57061176
pkgname = pikaur
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 5a7960a6bbe4..5ed256260219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-b2sums=('a78d893ae94466e159044867be029a8fddea72104887291c44a9293a1456609a0579ce2c6c0d267fce98e9abe15823727f63eb6050db6008448940f98d732755')
+b2sums=('9189f37cc7b6a66767020822017f81082e60eaa7d668f9a9a06fa26cc2c14334084e54cdf5f353437167863b03fd06ab45a639f8d605f72320daa4ba57061176')
depends=(
'pyalpm'
'git'