summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-10-22 06:14:05 +0200
committeractionless2022-10-22 06:14:05 +0200
commit52022dbf2c12522637959017a12dc00d21afca05 (patch)
treec5be5e507fe935b360bf302e477b95b6471ccdc6
parent78ba3569059e7f76ea9d1b827765abb871d65205 (diff)
downloadaur-52022dbf2c12522637959017a12dc00d21afca05.tar.gz
update to 1.13
-rw-r--r--.SRCINFO4
-rw-r--r--CHANGELOG12
-rw-r--r--PKGBUILD4
3 files changed, 16 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89ca9aa857a7..3e6bf84b3f64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pikaur-git
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
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 9b6ab503e5c2..6d67dc76607e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-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')
@@ -19,7 +19,7 @@ depends=(
'git'
)
makedepends=(
- 'python-commonmark'
+ 'python-markdown-it-py'
)
optdepends=(
'asp: for ABS support in -G/--getpkgbuild operation'