summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c23b1cbf276..2d40b4928ab2 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.11
+ pkgver = 1.2.12
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.11.tar.gz::https://github.com/actionless/pikaur/archive/1.2.11.tar.gz
- md5sums = b325e9d59ab2e0f67db14dc54bc4d904
+ source = pikaur-1.2.12.tar.gz::https://github.com/actionless/pikaur/archive/1.2.12.tar.gz
+ md5sums = 0c02cc3eda16b1cbb2240ca9a1644b5c
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 418ff0f5ea6b..4e743bc08ab8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -299,6 +299,10 @@
2018-07-29 3b67ee4 actionless fix(args): fix overlapping -k between --keepbuild and --check
2018-07-29 44ba50f actionless feat(args): use `-o` as shortcut for `--repo` in `-S` and `-P`
2018-07-29 fc7affe actionless fix(build, install): use common routine for installing aur deps to avoid mis-marking explicitly installed pkgs as deps
+1.2.12 Bugfix release 1.2.12
+
+ 2018-08-01 39b0104 fix(build: version_already_installed): use .SRCINFO from aur repo path, not from build dir (in case if package was never built before)
+ 2018-08-01 1f16a01 feat(install cli): print blank line after refreshing repo packages db
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 a7f0225d15fc..ac137ee44257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.11
+pkgver=1.2.12
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=('b325e9d59ab2e0f67db14dc54bc4d904')
+md5sums=('0c02cc3eda16b1cbb2240ca9a1644b5c')
depends=(
'pacman'
'pyalpm'