summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}")