summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--CHANGELOG18
-rw-r--r--PKGBUILD5
3 files changed, 24 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf2678e3d14..72409d418866 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = pikaur-git
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
- pkgver = 1.6.12
+ pkgver = 1.6.13
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
license = GPL3
+ makedepends = python-commonmark
depends = pyalpm
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
diff --git a/CHANGELOG b/CHANGELOG
index 9c8dfe3de493..5ec34ff7ffa7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1717,3 +1717,21 @@ Thu Sep 24 18:58:54 2020 +0200
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)
+
+
+Sun Nov 29 01:20:52 2020 +0100
+-------------------------------------------------
+1.6.13 Release 1.6.13
+
+ Notable changes:
+ 2020-11-29 af03258 actionless chore(packaging): use python-commonmark instead of ruby-ronn for manpage generation (#531)
+ 2020-11-26 28d22c6 Asraelite doc(readme: faq): add entry about restoring original PKGBUILD (#530)
+ 2020-11-22 2bcd27c Bundy01 chore(locale): update es and fr (#529)
+ 2020-11-18 94278ee actionless fix(build: _remove_build_deps): lock while saving diff on installed build deps (re: #528)
+ 2020-11-07 265ce93 Drommer chore(locale: ru): update (#524)
+ 2020-11-03 a5442ed actionless doc(readme): typo, thanks @XavierCLL
+ 2020-11-03 8c116c5 Henry-Joseph Audéoud chore(packaging): Add systemd timer & service to clean cache dir up. (#507)
+ 2020-11-01 98ec2e7 Naufal Fikri feat(search): Add config option to show package last updated date.
+ 2020-10-26 ca5e5ef Naufal Fikri feat(search): Added sort options for AUR packages. Added group by repo option for official packages.
+ 2020-10-25 ae3fc57 actionless feat(version cli): print pyalpm version (re: #520)
+ 2020-10-02 6a75b12 akspecs fix(news): typo ("There are news" -> "There is news") (#513)
diff --git a/PKGBUILD b/PKGBUILD
index e274a2f0329e..7d45ffa35f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur-git
-pkgver=1.6.12
+pkgver=1.6.13
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -18,6 +18,9 @@ depends=(
'pyalpm'
'git'
)
+makedepends=(
+ 'python-commonmark'
+)
optdepends=(
'asp: for ABS support in -G/--getpkgbuild operation'
'python-pysocks: for socks5 proxy support'