summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-07-03 22:21:06 +0200
committeractionless2022-07-03 22:21:06 +0200
commit117feb5d9f974ddef82ce2dbf7be4d5bed9f5dab (patch)
tree8caf59e9194e2126c92a90ea9bec25c32a884b03
parent183674aa66ff9cf25c007cce0b1eb1a374c4096d (diff)
downloadaur-117feb5d9f974ddef82ce2dbf7be4d5bed9f5dab.tar.gz
update to 1.11
-rw-r--r--.SRCINFO7
-rw-r--r--CHANGELOG26
-rw-r--r--PKGBUILD5
3 files changed, 33 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3028bbd8d7eb..c512fd5c7643 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.10.1
+ pkgver = 1.11
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -10,9 +10,10 @@ pkgbase = pikaur
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
optdepends = python-pysocks: for socks5 proxy support
+ optdepends = python-defusedxml: wrap aur news replies
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.10.1.tar.gz::https://github.com/actionless/pikaur/archive/1.10.1.tar.gz
- md5sums = a68c5728cb89d8e16f2f87820d864f56
+ source = pikaur-1.11.tar.gz::https://github.com/actionless/pikaur/archive/1.11.tar.gz
+ b2sums = 2182b8a79b15e1d8da239933a0540ec5a602823dc7f11f1ff8deab301f01f6e73b20f46c8e5e8bb07ccacb9dee24321096f0eb761d20d5e39b7f8816d3ccea43
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 77c31e884cf3..6470278ba7cf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1866,3 +1866,29 @@ Thu Feb 3 05:06:46 2022 +0100
1.10.1 Hotfix release 1.10.1
fix(updates): add missing maintainer field
+
+
+Sun Jul 3 22:16:28 2022 +0200
+-------------------------------------------------
+1.11 Release 1.11
+
+ Notable changes:
+ 2022-07-03 24112ff actionless fix(news): if there are more than one news - only one latest entry was printed anyway
+ 2022-06-27 4f7b996 Henry-Joseph Audéoud feat(packaging: bash-completion): when aliases of mv, mkdir or rm declared in shell (fixes #651) (#652)
+ 2022-06-21 379a793 actionless fix(pacman: get_print_format_output; install_cli: get_all_packages_info): pop the error message to the upper level (re: #650)
+ 2022-06-21 8005cce actionless fix(install_cli: get_all_packages_info): pass also --ignore-d packages to InstallInfoFetcher
+ 2022-06-21 17fc1d9 actionless fix(install_cli: _find_extra_aur_build_deps): split in case of multiple deps
+ 2022-06-09 167aa46 actionless fix(version: VersionMatcher: cmp_eq): = works different when computing deps/conflicts (ex. '<=1' should match '1.2.3')
+ 2022-06-08 6f61bc1 actionless fix(install info fetcher: mark_dependant): process all entries of packages' `provides` field
+ 2022-04-13 d7ee1a4 Andres Monge doc(faq): include downgrade information (#643)
+ 2022-03-28 f475fdc actionless refactor(install_info_fetcher: get_aur_pkgs_info): more general handling of avoiding double-removing aur pkg which was already re-added as pkgbuild
+ 2022-03-28 d034cb2 actionless fix(install_info_fetcher: get_aur_pkgs_info): remove manually edited pkgbuild from list of aur pkgs to be installed only if it's still still in that list
+ 2022-03-28 30cba82 actionless fix(core: ComparableType: __eq__): consider different type as always non-equal (fixes #639)
+ 2022-03-28 94effeb actionless fix(build: set_built_package_path): check exit code of makepkg --packagelist
+ 2022-03-17 122c5ff Bundy01 fix(locale): update, es.po and fr.po corrected (#636)
+ 2022-03-18 49f40e8 linweiyuan doc: remove tuna aur config for China users (#638)
+ 2022-02-25 afc18e7 kyak fix(locale): update po.ru (#635)
+ 2022-02-12 03ba5f3 actionless fix,refactor(conflicts, install_info_fetcher, install cli): allow local pkg builds without internet if they not require not installed AUR packages
+ 2022-02-09 76c2d81 Aditya Gupta fix(install_info_fetch): add `new_thirdparty_repo_deps_install_info` (Fixes #627) (#628)
+ 2022-02-09 fdf7baf actionless fix(search_cli; test: cli): new workaround for #298
+ 2022-02-09 65f4e85 Osman Karagöz chore(locale): update TR translation (#626)
diff --git a/PKGBUILD b/PKGBUILD
index 6ec7bf9bfe60..7028b4cb99e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.10.1
+pkgver=1.11
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
)
-md5sums=('a68c5728cb89d8e16f2f87820d864f56')
+b2sums=('2182b8a79b15e1d8da239933a0540ec5a602823dc7f11f1ff8deab301f01f6e73b20f46c8e5e8bb07ccacb9dee24321096f0eb761d20d5e39b7f8816d3ccea43')
depends=(
'pyalpm'
'git'
@@ -22,6 +22,7 @@ makedepends=(
optdepends=(
'asp: for ABS support in -G/--getpkgbuild operation'
'python-pysocks: for socks5 proxy support'
+ 'python-defusedxml: wrap aur news replies'
)
conflicts=('pikaur-git')
provides=('pikaur')