summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-10-22 06:14:21 +0200
committeractionless2022-10-22 06:14:21 +0200
commitcf636f7b968773b2c4f41f4a624dccc10520e75f (patch)
treee04f56c3e37c814d8264ec5de8c8d53555045e36
parentef16fbb0901e9d063ba53e4031f718a06b9577fb (diff)
downloadaur-cf636f7b968773b2c4f41f4a624dccc10520e75f.tar.gz
update to 1.13
-rw-r--r--.SRCINFO8
-rw-r--r--CHANGELOG12
-rw-r--r--PKGBUILD6
3 files changed, 19 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a00ed11115ce..f119926c5663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pikaur
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
- pkgver = 1.12
+ pkgver = 1.13
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
license = GPL3
- makedepends = python-commonmark
+ makedepends = python-markdown-it-py
depends = pyalpm
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
@@ -13,7 +13,7 @@ pkgbase = pikaur
optdepends = python-defusedxml: wrap Arch news replies
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.12.tar.gz::https://github.com/actionless/pikaur/archive/1.12.tar.gz
- b2sums = dc7999b1e87178a2945647491fc376ad898414ca57ed93e5cbcbd6adad690552c30c6ca8d0a5bea1b6f8dce8817d14125ba3b940b591087b5992aefa4a4390de
+ source = pikaur-1.13.tar.gz::https://github.com/actionless/pikaur/archive/1.13.tar.gz
+ b2sums = 56e7cb09f7cfe86a3351c356896f6b91f0e2b22c53c214b00cef485cca021488ca800e6c19a663e43697a1b8601bb8e64a3b03caaca74d21075d3ce7d2fa91e4
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index c6647fc8d530..11cc2fd539d3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1907,3 +1907,15 @@ Tue Oct 4 03:16:51 2022 +0200
2022-07-24 39255c7 voest fix(install_cli: review_build_files): use dynamic user for git diff (fixes #645) (#655)
2022-07-21 72b425b Drommer chore(po): Update Ukranian Translation (#654)
2022-07-21 fbd34f9 Drommer chore(po): Update Russian Translation (#653)
+
+
+Sat Oct 22 06:13:24 2022 +0200
+-------------------------------------------------
+1.13 Release 1.13
+
+ Notable changes:
+ 2022-10-10 a828755 jotomo fix(pacman print_format operations) add --nodeps. (#668) (Fixes #665, #656)
+ 2022-10-10 49f1b9d actionless feat(help cli): document --print-commands flag
+ 2022-10-10 7b1969b actionless fix(pikaur: print_dept: pformat_sysupgrade: total_size): make translateable
+ 2022-10-10 ae20808 actionless feat: add config value ui.WarnAboutPackageUpdates for printing warning about some important for packages for the user
+ 2022-10-07 b613841 Bundy01 chore(locale): update and translation: es,fr (#667)
diff --git a/PKGBUILD b/PKGBUILD
index c8f845592a96..761a24436ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.12
+pkgver=1.13
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -11,13 +11,13 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-b2sums=('dc7999b1e87178a2945647491fc376ad898414ca57ed93e5cbcbd6adad690552c30c6ca8d0a5bea1b6f8dce8817d14125ba3b940b591087b5992aefa4a4390de')
+b2sums=('56e7cb09f7cfe86a3351c356896f6b91f0e2b22c53c214b00cef485cca021488ca800e6c19a663e43697a1b8601bb8e64a3b03caaca74d21075d3ce7d2fa91e4')
depends=(
'pyalpm'
'git'
)
makedepends=(
- 'python-commonmark'
+ 'python-markdown-it-py'
)
optdepends=(
'asp: for ABS support in -G/--getpkgbuild operation'