summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2020-11-29 01:23:51 +0100
committeractionless2020-11-29 01:23:51 +0100
commit88d068305239ab48f2773bcb53d8adfada4fa3b3 (patch)
tree661dcecf3ab387bd79b04178df27cc5ffb675b7e /PKGBUILD
parent1d0a54341d609bebc75e159e74b41dc8d182aa0f (diff)
downloadaur-88d068305239ab48f2773bcb53d8adfada4fa3b3.tar.gz
update to 1.6.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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'