summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvid Norlander2024-01-20 12:58:07 +0100
committerArvid Norlander2024-01-20 12:58:07 +0100
commit74a2e92ab793eeb441addb2d9c718571de13cad9 (patch)
treeed2ed7ec371cbd8021d59afeaa73145d5ef3eebb
parent4d73ca9a63adb2912fcc225dfb754a25c92ad74c (diff)
downloadaur-74a2e92ab793eeb441addb2d9c718571de13cad9.tar.gz
Update to SPDX license specifiers
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddff339bff7b..9a1d353fc73b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = chezmoi_modify_manager-git
pkgdesc = Tools for chezmoi to handle mixed settings and state
- pkgver = 2.2.3.r41.1c9844b
+ pkgver = 3.0.0.r2.a623964
pkgrel = 1
url = https://github.com/VorpalBlade/chezmoi_modify_manager
arch = x86_64
arch = i686
arch = armv7h
arch = aarch64
- license = GPL3
+ license = GPL-3.0-only
makedepends = cargo
makedepends = git
provides = chezmoi_modify_manager
diff --git a/PKGBUILD b/PKGBUILD
index 90fa77af4251..a8c4c44fac5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Arvid Norlander <VorpalBlade@users.noreply.github.com>
pkgname=chezmoi_modify_manager-git
-pkgver=2.2.3.r41.1c9844b
+pkgver=3.0.0.r2.a623964
pkgrel=1
pkgdesc="Tools for chezmoi to handle mixed settings and state"
arch=(x86_64 i686 armv7h aarch64)
url="https://github.com/VorpalBlade/chezmoi_modify_manager"
-license=('GPL3')
+license=('GPL-3.0-only')
makedepends=('cargo' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")