summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-12-04 12:49:22 +0100
committeractionless2020-12-04 12:49:22 +0100
commit9e8171d8f8127eb3c1bc7983d3c92f9ebbc58ef7 (patch)
tree10710aad2f9d1ce8efa01da52c1424891e26fa09
parent88d068305239ab48f2773bcb53d8adfada4fa3b3 (diff)
downloadaur-9e8171d8f8127eb3c1bc7983d3c92f9ebbc58ef7.tar.gz
update to 1.6.14
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG9
-rw-r--r--PKGBUILD3
3 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72409d418866..d3953e5f93e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur-git
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
- pkgver = 1.6.13
+ pkgver = 1.6.14
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index 5ec34ff7ffa7..89e476dd9d0c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1735,3 +1735,12 @@ Sun Nov 29 01:20:52 2020 +0100
2020-10-26 ca5e5ef Naufal Fikri feat(search): Added sort options for AUR packages. Added group by repo option for official packages.
2020-10-25 ae3fc57 actionless feat(version cli): print pyalpm version (re: #520)
2020-10-02 6a75b12 akspecs fix(news): typo ("There are news" -> "There is news") (#513)
+
+
+Fri Dec 4 12:48:47 2020 +0100
+-------------------------------------------------
+1.6.14 Release 1.6.14
+
+ Changes:
+ 2020-12-04 24a101d actionless feat(packaging: bin; makefile; pkgbuild): don't fail anymore in case of python version updates
+ 2020-11-29 07bd518 Osman Karagöz chore(locale): update TR translation (#532)
diff --git a/PKGBUILD b/PKGBUILD
index 7d45ffa35f7e..34169c10c9ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.13
+pkgver=1.6.14
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -50,4 +50,5 @@ package() {
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 pikaur.1 "$pkgdir/usr/share/man/man1/pikaur.1"
cp -r ./packaging/* "${pkgdir}"
+ cp -r ./dist/* "${pkgdir}"
}