summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd7dd7317a9f..1a811041d523 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
pkgname=trizen
-pkgver=156.3c984f5
+pkgver=160.6fb0cc9
pkgrel=1
pkgdesc="Trizen's AUR Package Manager: A lightweight wrapper for AUR."
arch=('any')
url="https://github.com/trizen/trizen"
license=('GPL3');
-makedepends=('git')
depends=(
+ 'git'
+ 'diffutils'
'perl>=5.10.0'
'perl-libwww'
'perl-term-ui'
@@ -17,7 +18,7 @@ depends=(
'perl-json'
'perl-data-dump'
'perl-lwp-protocol-https'
- )
+ )
optdepends=(
'perl-json-xs: faster JSON deserialization'