summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormxmehl2019-08-31 23:22:20 +0200
committermxmehl2019-08-31 23:22:20 +0200
commitd7bc1fed55915ec701dd2f01dd646e525bcc4c1c (patch)
tree470caaffbc094d71308050e8a5fdb241b07e7746 /PKGBUILD
parenta631ed8af8bbe44018e2822ebdd6fec1d3baa09f (diff)
downloadaur-d7bc1fed55915ec701dd2f01dd646e525bcc4c1c.tar.gz
Update to 0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f9c66f84589..0ea4c06d4235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,24 @@
# SPDX-License-Identifier: CC0-1.0
pkgname='reuse'
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc='Helper tool for providing and confirming copyright and licensing information'
arch=('any')
url='https://git.fsfe.org/reuse/tool'
license=('GPL-3.0-or-later' 'Apache-2.0' 'CC-BY-SA-4.0' 'CC0-1.0')
-depends=('python' 'git' 'python-debian' 'python-requests' 'python-boolean.py' 'python-license-expression')
+depends=('python'
+ 'git'
+ 'python-debian'
+ 'python-requests'
+ 'python-binaryornot'
+ 'python-boolean.py'
+ 'python-license-expression')
makedepends=('python-setuptools')
source=(
"${pkgname}-${pkgver}.tar.gz::https://git.fsfe.org/reuse/tool/archive/v${pkgver}.tar.gz"
)
-sha256sums=('39ef418a794a8378542cc1dc7cacfd76e073e33a5ebdacada0f5a64d0033cb03')
+sha256sums=('704a68a1a5d149b9b451620bfcfe9830c5da1d7bec420ba0d727c8967e56ddd7')
package() {
cd tool