summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2024-05-20 14:57:33 +0200
committeractionless2024-05-20 14:57:33 +0200
commit33a6bdb6e84200eec0a62ec533dce8fc87341aa8 (patch)
tree74b4b93283812b1bc4196174dcc76f182bc094f8
parent75bc4f077f7691ab08a73470582b2a337016c6c5 (diff)
downloadaur-33a6bdb6e84200eec0a62ec533dce8fc87341aa8.tar.gz
update to 1.21
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG11
-rw-r--r--PKGBUILD4
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab06c2e34345..e1a2e0119f29 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.20
+ pkgver = 1.21
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -19,7 +19,7 @@ pkgbase = pikaur
optdepends = pacman-contrib: to use in pacman hook/systemd timer for cleaning up pikaur cache
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.20.tar.gz::https://github.com/actionless/pikaur/archive/1.20.tar.gz
- b2sums = a28850c97436d9e445aebcfa9a77a0049a354183228e46b0b3d6e057bcf9292768a8f4406d6a9a3201ab53f5d29e897efba50816850f543d821bd1eace77aaa0
+ source = pikaur-1.21.tar.gz::https://github.com/actionless/pikaur/archive/1.21.tar.gz
+ b2sums = 2f258d1640e6c14c44001ae3b4abfaa9e1225bb02cbb44db3dce805283504eaf3ad74d49b4f66483d3513dd242ec2aab6b1343acc7a48bbb8ea0bd153f804fae
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 4fd318699fd9..88ca611ae5ea 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2197,3 +2197,14 @@ Sat Apr 27 20:16:19 2024 +0200
* 2024-04-15 9d2fc7a Knirps1 fix(main: cli_dynamic_select): off by one error (#785)
* 2024-04-12 6992118 actionless fix(args): improve detection when interactive package selection is chosen (fixes #783)
* 2024-04-11 c6b75f0 Osman Karagöz chore(locale): update tr.po (#782)
+
+
+Mon May 20 14:56:15 2024 +0200
+-------------------------------------------------
+1.21 Release 1.21
+
+ Notable changes:
+ * 2024-05-20 98447bc actionless feat(news): print Arch news with much more prettier formatting
+ * 2024-05-10 1f67c5c samuel-jimenez feat(config): make cache and data dirs configurable (fixes #722) (#796)
+ * 2024-05-04 7def088 Bundy01 chore(locale): update es.po, fr.po (#794)
+ * 2024-04-28 1821e8d Osman Karagöz chore(locale): update tr.po (#789)
diff --git a/PKGBUILD b/PKGBUILD
index 9a63239a77fa..5dedca0ed62b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.20
+pkgver=1.21
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=('a28850c97436d9e445aebcfa9a77a0049a354183228e46b0b3d6e057bcf9292768a8f4406d6a9a3201ab53f5d29e897efba50816850f543d821bd1eace77aaa0')
+b2sums=('2f258d1640e6c14c44001ae3b4abfaa9e1225bb02cbb44db3dce805283504eaf3ad74d49b4f66483d3513dd242ec2aab6b1343acc7a48bbb8ea0bd153f804fae')
depends=(
'pyalpm'
'git'