summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2020-09-24 19:00:44 +0200
committeractionless2020-09-24 19:00:44 +0200
commit14a193787ad768998ebb1488473e111788e56a72 (patch)
treecd0f63d88bb5cdb0e80e01ec55e906c5df1e44f5
parent77d1970ca02cc5094b8dd45c693bc18745030dd7 (diff)
downloadaur-14a193787ad768998ebb1488473e111788e56a72.tar.gz
update to 1.6.12
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG11
-rw-r--r--PKGBUILD4
3 files changed, 16 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6d8492e5dd5..d7156c4ce222 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.6.11
+ pkgver = 1.6.12
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -11,8 +11,8 @@ pkgbase = pikaur
optdepends = python-pysocks: for socks5 proxy support
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.6.11.tar.gz::https://github.com/actionless/pikaur/archive/1.6.11.tar.gz
- md5sums = 4a80c32ee468b3e4e3661786b4be1778
+ source = pikaur-1.6.12.tar.gz::https://github.com/actionless/pikaur/archive/1.6.12.tar.gz
+ md5sums = a28c2c10fcf0938b6861f68e68ea0fa2
pkgname = pikaur
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 b943b9c25b0e..82fc3b842768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-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')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('4a80c32ee468b3e4e3661786b4be1778')
+md5sums=('a28c2c10fcf0938b6861f68e68ea0fa2')
depends=(
'pyalpm'
'git'