summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ffd94134065..cc2ea6d73ab7 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.19
+ pkgver = 1.2.20
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.19.tar.gz::https://github.com/actionless/pikaur/archive/1.2.19.tar.gz
- md5sums = f92bf50af9934c0a33de99656122871b
+ source = pikaur-1.2.20.tar.gz::https://github.com/actionless/pikaur/archive/1.2.20.tar.gz
+ md5sums = a6284930c766d4f060399eac8d12a22b
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 9d1c0c4efc8c..28858b06eba3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -634,3 +634,10 @@ Sun Aug 12 18:25:41 2018 +0200
Notable changes:
2018-08-12 85dbd43 actionless fix(install, build): don't preload latest sources in --needed mode and for --devel packages if sources were not reviewed yet
+
+
+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
diff --git a/PKGBUILD b/PKGBUILD
index 5164f4453df3..1dc8799866f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.19
+pkgver=1.2.20
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=('f92bf50af9934c0a33de99656122871b')
+md5sums=('a6284930c766d4f060399eac8d12a22b')
depends=(
'pacman'
'pyalpm'