summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG13
-rw-r--r--PKGBUILD4
3 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 669d211992e8..7658e0b553d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
- pkgver = 1.2.25
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -9,8 +9,8 @@ pkgbase = pikaur
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
conflicts = pikaur-git
- source = pikaur-1.2.25.tar.gz::https://github.com/actionless/pikaur/archive/1.2.25.tar.gz
- md5sums = 936274764a233774ac6da248c3599719
+ source = pikaur-1.3.0.tar.gz::https://github.com/actionless/pikaur/archive/1.3.0.tar.gz
+ md5sums = 23f832152ef2d87fe625d6dc1a160444
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 136830fe03c8..5c4ea7f81acf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -693,3 +693,16 @@ Thu Sep 6 04:59:18 2018 +0200
2018-09-05 42ef5d2 actionless fix(main: cache clean): raise SysExit() instead of calling sys.exit()
2018-09-05 0ef48be actionless fix(main: cache clean): correctly bypass -Scc to pacman
2018-09-05 8ad1186 鳶一雨音 chore(locale): add Chinese(simplified) translations. (#284)
+
+
+Thu Oct 4 05:13:45 2018 +0200
+-------------------------------------------------
+1.3.0 Release 1.3.0
+
+ Notable changes:
+ 2018-10-04 72406f8 actionless feat(config): print warning when moving aur_repos from ~/.cache to ~/.local/
+ 2018-10-04 cd2077f actionless feat(config): move aur_repos from ~/.cache to ~/.local/share
+ 2018-10-04 4565c0b actionless feat(config, core): make sudo loop interval configurable
+ 2018-10-03 0d7d149 actionless fix(install cli: manual package selection): bug in lists' diff
+ 2018-10-03 3a6e696 Felix Glaser chore(locale): update translation file for german (#301)
+ 2018-10-03 7f1958c Felix Glaser doc(readme): Fix the wording in some places of the readme (#300)
diff --git a/PKGBUILD b/PKGBUILD
index 0229731cb626..d653276171d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.25
+pkgver=1.3.0
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('936274764a233774ac6da248c3599719')
+md5sums=('23f832152ef2d87fe625d6dc1a160444')
depends=(
'pyalpm'
'git'