summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG10
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 304acf976497..a4b97cb198e2 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.1
+ pkgver = 1.3.0.2
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.1.tar.gz::https://github.com/actionless/pikaur/archive/1.3.0.1.tar.gz
- md5sums = 43ed94a529c0e0cba016fe94446d0ea5
+ source = pikaur-1.3.0.2.tar.gz::https://github.com/actionless/pikaur/archive/1.3.0.2.tar.gz
+ md5sums = 097f3af65a081244cf649bb1d90dbdc5
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index 215ba08239e3..80749bea20eb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1232,3 +1232,13 @@ Thu Oct 4 05:19:15 2018 +0200
1.3.0.1 Hotfix release 1.3.0.1
Fix changelog generation
+
+
+Fri Oct 5 15:37:26 2018 +0200
+-------------------------------------------------
+1.3.0.2 Bugfix release 1.3.0.2
+
+ Notable changes:
+ 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)
diff --git a/PKGBUILD b/PKGBUILD
index e6a715d66c22..1aaaca35620b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.0.1
+pkgver=1.3.0.2
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=('43ed94a529c0e0cba016fe94446d0ea5')
+md5sums=('097f3af65a081244cf649bb1d90dbdc5')
depends=(
'pyalpm'
'git'