summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a4b97cb198e2..f2907ed6be7e 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.2
+ pkgver = 1.3.0.3
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.2.tar.gz::https://github.com/actionless/pikaur/archive/1.3.0.2.tar.gz
- md5sums = 097f3af65a081244cf649bb1d90dbdc5
+ source = pikaur-1.3.0.3.tar.gz::https://github.com/actionless/pikaur/archive/1.3.0.3.tar.gz
+ md5sums = ea4e095da39ba76a06e3c1a2b78ecb10
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 80749bea20eb..e1682a04d103 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1242,3 +1242,10 @@ Fri Oct 5 15:37:26 2018 +0200
2018-10-05 200ab3c actionless fix(main: create dirs): create aur repos cache
2018-10-05 54b1d07 actionless fix(config: migration): use shutil.move instead of os.rename
2018-10-04 2ab79d1 Osman Karagöz chore(locale): update TR translation (#302)
+
+
+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
diff --git a/PKGBUILD b/PKGBUILD
index 1aaaca35620b..9bb96842100f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.0.2
+pkgver=1.3.0.3
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=('097f3af65a081244cf649bb1d90dbdc5')
+md5sums=('ea4e095da39ba76a06e3c1a2b78ecb10')
depends=(
'pyalpm'
'git'