summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2023-05-21 23:29:55 +0200
committeractionless2023-05-21 23:29:55 +0200
commit6b5d4476a0a6440a7db44b5dcc3dbc07150b1f1b (patch)
tree02c8fa2f2fb335efe9084b9919e7e695c702c59f
parent449cc8a671fcffd3a71ae938615493a693c608e7 (diff)
downloadaur-6b5d4476a0a6440a7db44b5dcc3dbc07150b1f1b.tar.gz
update to 1.15.2
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG11
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cb9569a65ed..f3861acaa7d7 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.15.1
+ pkgver = 1.15.2
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -12,7 +12,7 @@ pkgbase = pikaur-git
makedepends = python-markdown-it-py
depends = pyalpm
depends = git
- optdepends = asp: for ABS support in -G/--getpkgbuild operation
+ optdepends = devtools: for Arch Pkgs support in -G/--getpkgbuild operation
optdepends = python-pysocks: for socks5 proxy support
optdepends = python-defusedxml: securely wrap Arch news replies
provides = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index fef9a4fe2d4c..0b071b0d23dc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2062,3 +2062,14 @@ Thu May 4 14:59:51 2023 +0200
* 2023-05-04 dfa09ea actionless doc(pkg: bin: pikaur): add link to installation instructions
* 2023-05-04 fbfdb60 actionless fix(args): --nodeps could be used more than once
* 2023-05-04 79f454d actionless style: lint packaging/usr/bin/pikaur
+
+
+Sun May 21 23:29:18 2023 +0200
+-------------------------------------------------
+1.15.2 Release 1.15.2
+
+ Notables changes:
+ * 2023-05-21 e4bf25b actionless chore(pacman: official_repos): remove `community` repo name
+ * 2023-05-21 109d71d actionless refactor: switch from `asp` to `devtools`
+ * 2023-05-16 388802a actionless chore(pacman: official_repos): add new repo names
+ * 2023-05-06 117dc32 Bundy01 chore(locale): update es.po and fr.po (#714)
diff --git a/PKGBUILD b/PKGBUILD
index f18cd4e8d2e9..d7de09298899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.15.1
+pkgver=1.15.2
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -26,7 +26,7 @@ makedepends=(
'python-markdown-it-py'
)
optdepends=(
- 'asp: for ABS support in -G/--getpkgbuild operation'
+ 'devtools: for Arch Pkgs support in -G/--getpkgbuild operation'
'python-pysocks: for socks5 proxy support'
'python-defusedxml: securely wrap Arch news replies'
)