summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormxmehl2019-08-31 23:22:20 +0200
committermxmehl2019-08-31 23:22:20 +0200
commitd7bc1fed55915ec701dd2f01dd646e525bcc4c1c (patch)
tree470caaffbc094d71308050e8a5fdb241b07e7746
parenta631ed8af8bbe44018e2822ebdd6fec1d3baa09f (diff)
downloadaur-d7bc1fed55915ec701dd2f01dd646e525bcc4c1c.tar.gz
Update to 0.5.0
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD14
3 files changed, 19 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a908f8e09984..5dd33f1af697 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = reuse
pkgdesc = Helper tool for providing and confirming copyright and licensing information
- pkgver = 0.4.1
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://git.fsfe.org/reuse/tool
arch = any
license = GPL-3.0-or-later
@@ -13,10 +13,11 @@ pkgbase = reuse
depends = git
depends = python-debian
depends = python-requests
+ depends = python-binaryornot
depends = python-boolean.py
depends = python-license-expression
- source = reuse-0.4.1.tar.gz::https://git.fsfe.org/reuse/tool/archive/v0.4.1.tar.gz
- sha256sums = 39ef418a794a8378542cc1dc7cacfd76e073e33a5ebdacada0f5a64d0033cb03
+ source = reuse-0.5.0.tar.gz::https://git.fsfe.org/reuse/tool/archive/v0.5.0.tar.gz
+ sha256sums = 704a68a1a5d149b9b451620bfcfe9830c5da1d7bec420ba0d727c8967e56ddd7
pkgname = reuse
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..56699628059b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src/
+pkg/
+reuse*.tar.gz
+reuse*.tar.xz
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