summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2021-12-14 19:16:13 +0100
committeractionless2021-12-14 19:16:13 +0100
commitbe6b7b6b25002eed4b615785d84f52891b938e6a (patch)
tree23e4b6b112a5d3fc63de898c0a0051ce62eb3ecd
parent6563ebbd29f3b3cf1513f12720f1117319553119 (diff)
downloadaur-be6b7b6b25002eed4b615785d84f52891b938e6a.tar.gz
update to 1.9
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG15
-rw-r--r--PKGBUILD2
3 files changed, 17 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aa6835b89b3..30ebb32f0896 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.8
+ pkgver = 1.9
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index ef12fa2b2a08..2990db7c2731 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1828,3 +1828,18 @@ Thu Sep 9 00:12:59 2021 +0200
2021-06-12 0ec97d0 actionless fix(info_cli): columns alignment in more languages
2021-06-12 772885f actionless fix(info_cli): correctly highlight 'None' in any language supported by pacman
2021-06-12 397cd36 actionless feat(args, info_cli, main): support -Sy and -Si together; imprve handling of unsupported pacman commands when using pikaur-specific args (fixes #574)
+
+
+Tue Dec 14 19:13:50 2021 +0100
+-------------------------------------------------
+1.9 Release 1.9
+
+ Notable changes:
+ 2021-12-02 b29699e actionless feat(srcinfo: regenerate): when running as root first copy PKGBUILD to private directory (fixes #448)
+ 2021-12-02 f1e630b Drommer fix(locale): minor mistakes in Russian localization. (#606)
+ 2021-12-01 5caafcc Drommer feat(locale): Ukranian translation (#604)
+ 2021-11-29 a433203 Dylan1496 feat(build): add check() skip to failed build prompt (#602)
+ 2021-11-25 62413a0 actionless fix(install_cli: build_pkgs): on build fail dont attepmt to remove split pkg if it wasnt scheduled to be built (fixes #534)
+ 2021-11-24 07c7d81 seth feat(install_info_fetcher, print_dept): check if aur packages are orphaned (#600)
+ 2021-10-05 cbad87e Naufal Fikri fix(packaging: zsh): completion unnecessarily fetching packages when completing sync options (#593) (fixes #545)
+ 2021-09-22 1190271 actionless fix(aur: find_aur_packages): return only explicit results (ie case-sensitive) (fixes #592)
diff --git a/PKGBUILD b/PKGBUILD
index 766e5bff54f4..e3b878f1c61d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.8
+pkgver=1.9
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')