summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Schendel2024-03-30 21:13:44 +0100
committerChristian Schendel2024-03-30 21:13:44 +0100
commitc92f417ee015b53401ea77158264ae45b36aaf5c (patch)
treef2b1bffbba32d8bada7716f37915dfc74ac602e6 /PKGBUILD
parent6009a7448237c02b4558a8bbb7d52eb9b4051886 (diff)
downloadaur-rabbitvcs-git.tar.gz
migrate license identifiers to SPDX
modified: .SRCINFO modified: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03bbad396bdd..4360baeb5fd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ pkgname=(
)
pkgver=r1935.f3da1d7
-pkgrel=1
+pkgrel=2
pkgdesc="A set of graphical tools written to provide simple and straightforward access to the version control systems you use"
arch=('any')
url="https://github.com/rabbitvcs/rabbitvcs"
@@ -33,7 +33,9 @@ makedepends=(
'gtk-update-icon-cache'
)
-license=('GPL')
+license=(
+ 'GPL-2.0-or-later'
+)
sha256sums=('SKIP')
pkgver() {