summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-08-06 01:20:22 +0200
committeractionless2018-08-06 01:20:22 +0200
commit8e8e901c6b28b36c9bdbcba854f0a7f71eccf991 (patch)
tree6a7341dfff916b25edeba6cc1969db3fafae6cb9
parent8f5eb60324dad3fd864aecd42fe695fc573a8761 (diff)
downloadaur-8e8e901c6b28b36c9bdbcba854f0a7f71eccf991.tar.gz
update to 1.2.16
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG10
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42973fd68324..b910596cee8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
pkgdesc = AUR helper with minimal dependencies inspired by pacaur, yaourt and yay. Review PKGBUILDs all in once, next build them all without user interaction.
- pkgver = 1.2.15
+ pkgver = 1.2.16
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -10,8 +10,8 @@ pkgbase = pikaur
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
conflicts = pikaur-git
- source = pikaur-1.2.15.tar.gz::https://github.com/actionless/pikaur/archive/1.2.15.tar.gz
- md5sums = 17a0db4e87bf93ef6dddf28e3a555025
+ source = pikaur-1.2.16.tar.gz::https://github.com/actionless/pikaur/archive/1.2.16.tar.gz
+ md5sums = f36085706184d0f196cbe4541e87ffb8
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index feb97087df71..1796b3eae189 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -594,3 +594,13 @@ Sat Aug 4 03:19:20 2018 +0200
ar, not ath (and copy to make sure it's always present)
4c6abd3 feat(main): print nice error if `asp` is not installed
7ba077c fix(pacman: find_repo_package): correct exception type when looking up package group
+
+
+Mon Aug 6 01:19:28 2018 +0200
+-------------------------------------------------
+1.2.16 Release 1.2.16
+
+ 2b57809 feat(main, core): use sudo loop for all the operations which require sudo, not only for install cli
+ 40b70fd feat(main): if systemd dynamic users always enabled don't ask for sudo password for info/search operations
+ 2bbdc5a feat(build: recovery prompt): add `[d] delete build dir and try again`
+ 5b70220 fix(build: with_makepkg): s/validity/source verification/
diff --git a/PKGBUILD b/PKGBUILD
index f327ba626a77..76ce65aab4a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.15
+pkgver=1.2.16
pkgrel=1
pkgdesc="AUR helper with minimal dependencies inspired by pacaur, yaourt and yay. Review PKGBUILDs all in once, next build them all without user interaction."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('17a0db4e87bf93ef6dddf28e3a555025')
+md5sums=('f36085706184d0f196cbe4541e87ffb8')
depends=(
'pacman'
'pyalpm'