summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-10-07 19:20:43 +0200
committeractionless2018-10-07 19:20:43 +0200
commit1586f04d5bfdcdbf0179bfc450d988afa9f81ee7 (patch)
tree524143280c85e3c0a9b56c1812ecefda272e63b6
parent60ab506067f9da786a3a3e3f4a28ac9446d01ec5 (diff)
downloadaur-1586f04d5bfdcdbf0179bfc450d988afa9f81ee7.tar.gz
update to 1.3.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2907ed6be7e..aa89a8b08d50 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.3.0.3
+ pkgver = 1.3.0.4
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.3.0.3.tar.gz::https://github.com/actionless/pikaur/archive/1.3.0.3.tar.gz
- md5sums = ea4e095da39ba76a06e3c1a2b78ecb10
+ source = pikaur-1.3.0.4.tar.gz::https://github.com/actionless/pikaur/archive/1.3.0.4.tar.gz
+ md5sums = e04fddd1eae37730a30577bf9201274b
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index e1682a04d103..41f1d047bf8a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1249,3 +1249,10 @@ Fri Oct 5 15:55:28 2018 +0200
1.3.0.3 Bugfix release 1.3.0.3
2018-10-05 d4596a2 actionless fix(config): if using dynamic users, store aur repos in temp user's dir as previously
+
+
+Sun Oct 7 19:20:00 2018 +0200
+-------------------------------------------------
+1.3.0.4 Bugfix release 1.3.0.4
+
+ 2018-10-07 5de9593 鳶一雨音 fix(locale): Fix Chinese locale issues. (#305)
diff --git a/PKGBUILD b/PKGBUILD
index 9bb96842100f..61d1612673ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.0.3
+pkgver=1.3.0.4
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=('ea4e095da39ba76a06e3c1a2b78ecb10')
+md5sums=('e04fddd1eae37730a30577bf9201274b')
depends=(
'pyalpm'
'git'