summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-09-24 19:00:25 +0200
committeractionless2020-09-24 19:00:25 +0200
commit1d0a54341d609bebc75e159e74b41dc8d182aa0f (patch)
treee07241683b1a86c8a51c7d5137bbe70a646f2187
parenta888123db2c9c387b1483ce3a309e8e3ead9bb47 (diff)
downloadaur-1d0a54341d609bebc75e159e74b41dc8d182aa0f.tar.gz
update to 1.6.12
-rw-r--r--.SRCINFO2
-rw-r--r--CHANGELOG11
-rw-r--r--PKGBUILD2
3 files changed, 13 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92db33f53f1a..4bf2678e3d14 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.11
+ pkgver = 1.6.12
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
diff --git a/CHANGELOG b/CHANGELOG
index cc2b168ac660..9c8dfe3de493 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1706,3 +1706,14 @@ Mon Aug 3 09:28:24 2020 +0200
b0b128f actionless fix(install_info_fetcher): preceding aur pkgnames with `aur/` (fixes #484)
9f6586d actionless fix(main: get_pkgbuild cli): require `asp` only when need to download from ABS (fixes #485, #486)
2501ef6 actionless fix(makepkg_config): handle $HOME in PKGDEST path (fixes #479)
+
+
+Thu Sep 24 18:58:54 2020 +0200
+-------------------------------------------------
+1.6.12 Release 1.6.12
+
+ Notables changes:
+ 2020-09-16 26bd196 actionless feat(config, urllib, build): add new config options for proxying only aur but not downloadable build sources
+ 2020-09-03 b50f393 actionless fix(aur: get_repo_url): use aur base url from config
+ 2020-08-18 d56f705 Felix Glaser fix(locale): update german translations and fix command-shortcuts (#510)
+ 2020-08-11 c76b5e1 actionless fix(install cli: clone aur repos): don't give up until canceled (fixes #509)
diff --git a/PKGBUILD b/PKGBUILD
index 2b3de6ca2423..e274a2f0329e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.11
+pkgver=1.6.12
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')