summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax.mehl2021-06-11 15:42:51 +0200
committermax.mehl2021-06-11 15:42:51 +0200
commitbe82b16c50370908ffebbb29c952408da3cf01d6 (patch)
tree4d5091aa7e59a80a87fa10f86a1e4a69288fabdc /PKGBUILD
parentfbb26b6ea806819685413ea98b7aea7d16204ca9 (diff)
downloadaur-reuse.tar.gz
upgrade to 0.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d0a4126f599..f30ea3f645e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# SPDX-License-Identifier: CC0-1.0
pkgname=reuse
-pkgver=0.12.1
-pkgrel=2
+pkgver=0.13.0
+pkgrel=1
pkgdesc='Helper tool for providing and confirming copyright and licensing information'
arch=('any')
url='https://github.com/fsfe/reuse-tool'
@@ -22,7 +22,7 @@ makedepends=('python-pip'
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/fsfe/reuse-tool/archive/v${pkgver}.tar.gz"
)
-sha256sums=('ba0d900346b23498716625cc044aad694266ddbd28e27c78e9944d2247694a0e')
+sha256sums=('0782a8d739e3c737cf2505feda16aef860fe4649d457192e21b2c51a732dd41c')
package() {
cd "reuse-tool-${pkgver}"