summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2024-04-05 02:42:57 +0200
committeractionless2024-04-05 02:42:57 +0200
commit4349e97b69e65e80f3c19e3a0ed54e3ac71fb110 (patch)
tree5e9c6f37305fd4364ce30a5ee0a9a76a898175e3
parent6b212b7d4711d3931e843bcd94871b914aa0b5d3 (diff)
downloadaur-4349e97b69e65e80f3c19e3a0ed54e3ac71fb110.tar.gz
update to 1.19
-rw-r--r--.SRCINFO7
-rw-r--r--CHANGELOG16
-rw-r--r--PKGBUILD5
3 files changed, 23 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de8c1b29be1f..f8d35d57081a 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.18.4
+ pkgver = 1.19
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -16,9 +16,10 @@ pkgbase = pikaur
optdepends = devtools: for Arch Pkgs support in -G/--getpkgbuild operation
optdepends = python-pysocks: for socks5 proxy support
optdepends = python-defusedxml: securely wrap Arch news replies
+ optdepends = pacman-contrib: to use in pacman hook/systemd timer for cleaning up pikaur cache
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.18.4.tar.gz::https://github.com/actionless/pikaur/archive/1.18.4.tar.gz
- b2sums = 863f802f7a80783325f96a6bd39aa5882394e466a495a5bb8fe78ab6e47e980038f3771c21227eeb4ad5970365d2ecc0108fe6d184c69a722db6565fe8dff1cc
+ source = pikaur-1.19.tar.gz::https://github.com/actionless/pikaur/archive/1.19.tar.gz
+ b2sums = be08a795e136ae615ee57857bb738e9d5d95b1c31639c17592e4a02d1a8b8d984160c12dfb7f9131a6eada3d9eaf0f4ea36e535c2511be8c42c6fb2c847b5b55
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 7785c0840542..293225633c5f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2170,3 +2170,19 @@ Sun Feb 4 03:52:54 2024 +0100
* 2023-08-28 a030d77 Fredrik Magnusson chore(locale, makefile): add Swedish localization (#754)
* 2023-08-20 113a5e1 Bundy01 chore(locale): update es.po and fr.po (#750)
* 2023-08-21 aa8998d detiam chore(privilege): add 'ALL_PROXY' to PRESERVE_ENV (#749)
+
+
+Fri Apr 5 02:41:34 2024 +0200
+-------------------------------------------------
+1.19 Release 1.19
+
+ Notable changes:
+ * 2024-04-05 5b08d34 actionless feat(main, search_cli, print_dept): implement --list/-l (fixes #777)
+ * 2024-04-02 76f67f8 actionless feat(news, install_cli): confirm reading Arch news (fixes: #618)
+ * 2024-03-28 7003fd1 Drommer chore(locale): update for Ukrainian and other translations. (#780)
+ * 2024-03-26 65d986c actionless fix(getpkgbuild: clone_repo_pkgs): use `.base` instead of `.name` (fixes #779)
+ * 2024-03-17 ad7edcd actionless fix(args): set preserve_env to "" if it's empty (fixes #775)
+ * 2024-03-17 b881313 actionless feat(install_cli: build_pkgs): add new prompt for DependencyNotBuiltYetError causing dependency cycle
+ * 2024-02-17 3ff6194 actionless feat(install_cli, build, aur_dep,conflicts): when resolving AUR deps add to recovery prompt an option to skip check() func and its deps (fixes #774)
+ * 2024-02-17 40694dc actionless fix(aur_deps: find_dep_graph_to): avoid recursion (fixes #774)
+ * 2024-02-09 de46955 actionless feat(install_cli: build_pkgs): mark already built pkgs between restart of whole installation loop (fixes #772)
diff --git a/PKGBUILD b/PKGBUILD
index 66b33571a213..90b12b40e991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.18.4
+pkgver=1.19
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=('863f802f7a80783325f96a6bd39aa5882394e466a495a5bb8fe78ab6e47e980038f3771c21227eeb4ad5970365d2ecc0108fe6d184c69a722db6565fe8dff1cc')
+b2sums=('be08a795e136ae615ee57857bb738e9d5d95b1c31639c17592e4a02d1a8b8d984160c12dfb7f9131a6eada3d9eaf0f4ea36e535c2511be8c42c6fb2c847b5b55')
depends=(
'pyalpm'
'git'
@@ -28,6 +28,7 @@ optdepends=(
'devtools: for Arch Pkgs support in -G/--getpkgbuild operation'
'python-pysocks: for socks5 proxy support'
'python-defusedxml: securely wrap Arch news replies'
+ 'pacman-contrib: to use in pacman hook/systemd timer for cleaning up pikaur cache'
)
conflicts=('pikaur-git')
provides=('pikaur')