summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40685df36a35..6be50a9496c1 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.9
+ pkgver = 1.2.10
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.9.tar.gz::https://github.com/actionless/pikaur/archive/1.2.9.tar.gz
- md5sums = 852ce858b315983c3490c97ba68bb589
+ source = pikaur-1.2.10.tar.gz::https://github.com/actionless/pikaur/archive/1.2.10.tar.gz
+ md5sums = d5c9606e72595dc5362786bada88765e
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 58047ad6694c..7c64a537f84f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -287,6 +287,11 @@
2018-07-23 dd38835 fix(pikspect): add more timeout between the loops to relax cpu a bit
2018-07-23 352dea5 fix(install info fetcher): don't allow marking explicitly requested AUR pkgs as providing for
2018-07-23 9af622f feat(install cli, config): add build.DiffPager config option
+1.2.10 Bugfix release 1.2.10
+
+ Notable changes:
+ 2018-07-29 2a80cb7 fix(install cli): installing split packages from local PKGBUILD file
+ 2018-07-29 f9e6bd0 fix(build: prepare_build_destination): don't copy build files twice
1.2.2 Release 1.2.2
2018-07-24 7f10c9c actionless chore(fish): add completion for new CLI flags
diff --git a/PKGBUILD b/PKGBUILD
index 76e0c0d3dbc0..b2934ed110d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.9
+pkgver=1.2.10
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=('852ce858b315983c3490c97ba68bb589')
+md5sums=('d5c9606e72595dc5362786bada88765e')
depends=(
'pacman'
'pyalpm'