summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-08-01 22:05:39 +0200
committeractionless2018-08-01 22:05:39 +0200
commit4d59d4660ed5cee2688ea391e6aa4ac6e3d7558b (patch)
tree6859fe52d62e729a0760ca72da83111f80e29346
parentd8a2dc76336a8f0ef0eb16bb3a1bba6f24172f86 (diff)
downloadaur-4d59d4660ed5cee2688ea391e6aa4ac6e3d7558b.tar.gz
update to 1.2.13
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d40b4928ab2..d4534b5fa83b 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.12
+ pkgver = 1.2.13
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.12.tar.gz::https://github.com/actionless/pikaur/archive/1.2.12.tar.gz
- md5sums = 0c02cc3eda16b1cbb2240ca9a1644b5c
+ source = pikaur-1.2.13.tar.gz::https://github.com/actionless/pikaur/archive/1.2.13.tar.gz
+ md5sums = cfbaaf00b58cbe3b6d6db04f4361a49f
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 4e743bc08ab8..7acc4c95a1b0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -303,6 +303,9 @@
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.13 Bugfix release 1.2.13
+
+ 2018-08-01 e6df5a5 fix(pikspect): write buffer from time to time
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 ac137ee44257..5f08d62f8ffb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.12
+pkgver=1.2.13
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=('0c02cc3eda16b1cbb2240ca9a1644b5c')
+md5sums=('cfbaaf00b58cbe3b6d6db04f4361a49f')
depends=(
'pacman'
'pyalpm'