summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--CHANGELOG10
-rw-r--r--PKGBUILD5
3 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92ec03d8b4a1..669d211992e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = pikaur
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
- pkgver = 1.2.24
+ pkgver = 1.2.25
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
license = GPL3
- depends = pacman
depends = pyalpm
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
conflicts = pikaur-git
- source = pikaur-1.2.24.tar.gz::https://github.com/actionless/pikaur/archive/1.2.24.tar.gz
- md5sums = f86445ed1a4fe047e566d63264a6a260
+ source = pikaur-1.2.25.tar.gz::https://github.com/actionless/pikaur/archive/1.2.25.tar.gz
+ md5sums = 936274764a233774ac6da248c3599719
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 837adb427a52..136830fe03c8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -683,3 +683,13 @@ Mon Sep 3 04:00:42 2018 +0200
2018-08-30 3875b24 fix(main: handle_sig_int): use SysExit exception instead of sys.exit()
2018-08-24 61b23f7 fix(install info fetcher: mark_dependant): package got marked as provider as mistake
2018-08-22 a98a19d fix(pacman: install built deps): stop if there are no deps to install
+
+
+Thu Sep 6 04:59:18 2018 +0200
+-------------------------------------------------
+1.2.25 Release 1.2.25
+
+ Notable changes:
+ 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)
diff --git a/PKGBUILD b/PKGBUILD
index de87f7768f87..0229731cb626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.24
+pkgver=1.2.25
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -11,9 +11,8 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('f86445ed1a4fe047e566d63264a6a260')
+md5sums=('936274764a233774ac6da248c3599719')
depends=(
- 'pacman'
'pyalpm'
'git'
)