summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG13
-rw-r--r--PKGBUILD4
3 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc2ea6d73ab7..ba81be909e24 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.20
+ pkgver = 1.2.21
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.20.tar.gz::https://github.com/actionless/pikaur/archive/1.2.20.tar.gz
- md5sums = a6284930c766d4f060399eac8d12a22b
+ source = pikaur-1.2.21.tar.gz::https://github.com/actionless/pikaur/archive/1.2.21.tar.gz
+ md5sums = 5b657db0496f857ad78b48fdffec4af8
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 28858b06eba3..260e8f8daf34 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -641,3 +641,16 @@ Sun Aug 12 20:06:32 2018 +0200
1.2.20 Hotfix release 1.2.20
2018-08-12 79c38ac actionless fix(install, build): fix more corner cases regarding --needed flag, reviewing build files, last installed aur repo commit hash and built pkgs cache
+
+
+Thu Aug 16 20:07:44 2018 +0200
+-------------------------------------------------
+1.2.21 Release 1.2.21
+
+ Notable changes:
+ 2018-08-16 6df4608 actionless fix(print dept): package replacement message
+ 2018-08-14 7f045e5 actionless chore(build): remove --skipinteg since it's already covered by pgp and checksum skip menu options
+ 2018-08-13 8a139ff actionless refactor(build: copy aur repo): generalize mkdir error-handling
+ 2018-08-13 21b3cf8 actionless fix(build: copy_aur_repo): mkdir after removing dir
+ 2018-08-13 6c96852 actionless feat(build, install, config): don't remove build dir for dev packages by default; add KeepDevBuildDir config option
+ 2018-08-12 acc53d5 actionless fix(install cli): exit if repo pkg is not found
diff --git a/PKGBUILD b/PKGBUILD
index 1dc8799866f8..175385b5ddb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.20
+pkgver=1.2.21
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=('a6284930c766d4f060399eac8d12a22b')
+md5sums=('5b657db0496f857ad78b48fdffec4af8')
depends=(
'pacman'
'pyalpm'