summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormxmehl2019-09-10 18:46:29 +0200
committermxmehl2019-09-10 18:46:29 +0200
commit4b85a48fa4cde1ea574cc042fb3eef694bc6fd18 (patch)
treef3f30d303e1e47f18995c1f3ac16cd6384f1fc3f /PKGBUILD
parentd7bc1fed55915ec701dd2f01dd646e525bcc4c1c (diff)
downloadaur-4b85a48fa4cde1ea574cc042fb3eef694bc6fd18.tar.gz
add new dependency for 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ea4c06d4235..b9180022644d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='reuse'
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Helper tool for providing and confirming copyright and licensing information'
arch=('any')
url='https://git.fsfe.org/reuse/tool'
@@ -13,6 +13,7 @@ depends=('python'
'git'
'python-debian'
'python-requests'
+ 'python-jinja'
'python-binaryornot'
'python-boolean.py'
'python-license-expression')