summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2022-10-22 06:14:21 +0200
committeractionless2022-10-22 06:14:21 +0200
commitcf636f7b968773b2c4f41f4a624dccc10520e75f (patch)
treee04f56c3e37c814d8264ec5de8c8d53555045e36 /PKGBUILD
parentef16fbb0901e9d063ba53e4031f718a06b9577fb (diff)
downloadaur-cf636f7b968773b2c4f41f4a624dccc10520e75f.tar.gz
update to 1.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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'