summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG8
-rw-r--r--PKGBUILD4
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a235a3fc58ef..0ffd94134065 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.18
+ pkgver = 1.2.19
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.18.tar.gz::https://github.com/actionless/pikaur/archive/1.2.18.tar.gz
- md5sums = c18e448519d7be5d4b31205f5a1682af
+ source = pikaur-1.2.19.tar.gz::https://github.com/actionless/pikaur/archive/1.2.19.tar.gz
+ md5sums = f92bf50af9934c0a33de99656122871b
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 96a22f97d064..9d1c0c4efc8c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -626,3 +626,11 @@ Sat Aug 11 21:26:46 2018 +0200
2018-08-08 132e722 actionless fix(main: cache clean): correctly apply translation
2018-08-08 f85d5d2 Bundy01 chore(locale: es, fr): update (#262)
2018-08-07 ee7b99f actionless fix(version): change depline splitting logic for packages with mailformed `depends` field
+
+
+Sun Aug 12 18:25:41 2018 +0200
+-------------------------------------------------
+1.2.19 Release 1.2.19
+
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index eb985aa6033e..5164f4453df3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.18
+pkgver=1.2.19
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=('c18e448519d7be5d4b31205f5a1682af')
+md5sums=('f92bf50af9934c0a33de99656122871b')
depends=(
'pacman'
'pyalpm'