summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-02-03 05:03:39 +0100
committeractionless2022-02-03 05:03:39 +0100
commit3bc3d1527f74057d1a3bb093a032000a5681e0e2 (patch)
treea705bae24911acd4d1e57e4565b5c3a95f7b9340
parent46c3bb636b54d2bfc77b5a6ac73d92bbf84fae5a (diff)
downloadaur-3bc3d1527f74057d1a3bb093a032000a5681e0e2.tar.gz
update to 1.10
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG16
-rw-r--r--PKGBUILD4
3 files changed, 21 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 262dbd05e0bd..9911534d7140 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.9
+ pkgver = 1.10
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -12,7 +12,7 @@ pkgbase = pikaur
optdepends = python-pysocks: for socks5 proxy support
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.9.tar.gz::https://github.com/actionless/pikaur/archive/1.9.tar.gz
- md5sums = 09ec9fa1d372cd5f37a2754659aa15e4
+ source = pikaur-1.10.tar.gz::https://github.com/actionless/pikaur/archive/1.10.tar.gz
+ md5sums = 47bf6179fac42bf474957d217fb5a3a2
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 2990db7c2731..b24519ce4a44 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1843,3 +1843,19 @@ Tue Dec 14 19:13:50 2021 +0100
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)
+
+
+Thu Feb 3 04:59:41 2022 +0100
+-------------------------------------------------
+1.10 Release 1.10
+
+ Notable changes:
+ 2022-02-03 7428417 actionless fix,test(core: ComparableType): fix recursion and deep compare not being used if type dont have ignored properties
+ 2022-02-03 64032c1 actionless fix(print_department, install_info_fetcher): dont show local PKGBUILDs as orphaned
+ 2022-02-02 2a1b2d4 beune feat(urllib): add useragent to base urllib request wrapper (#625)
+ 2022-02-02 2a79f9b actionless fix(args, pacman): use --config (fixes #624)
+ 2022-01-27 43feabd Bundy01 chore(locale): ES, FR (#622)
+ 2021-12-26 18f746f actionless fix(build: deps_lock; config): when using System Dynamic Users, use its dir instead of /tmp/ (fixes #610)
+ 2021-12-17 1cdff8f Bundy01 chore(locale): update es and fr po (#614)
+ 2021-12-14 9d29016 André Glüpker fix(search_cli): use different terminal escape sequence (see #497) (#613)
+ 2021-12-15 2b11ebd Felix Yan chore: doc(readme): explicitly rebuild from AUR (#611)
diff --git a/PKGBUILD b/PKGBUILD
index 61324e8f1ba6..b574ec8e881a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.9
+pkgver=1.10
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=('09ec9fa1d372cd5f37a2754659aa15e4')
+md5sums=('47bf6179fac42bf474957d217fb5a3a2')
depends=(
'pyalpm'
'git'