summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-02-12 13:27:44 +0100
committerKlaus Alexander Seistrup2024-02-12 13:27:44 +0100
commitce510521fb2e0990433c7c902cbdda06d8893d2f (patch)
tree85f63c261e14ccb9b0646cf385d5d650ae6f9019
parentebddd8cd6f3562ac23379747b7d4dbcea994e7fb (diff)
downloadaur-ce510521fb2e0990433c7c902cbdda06d8893d2f.tar.gz
Use SPDX comtaible license identifier
Also: * add missing makedepends: git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a465f841087..f5f885106bab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = filenote-git
pkgdesc = Attach a comment to a file or directory (development version)
- pkgver = r50.a689c49
+ pkgver = r52.f9b9c6a
pkgrel = 1
url = https://codeberg.org/kas/filenote
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
+ makedepends = git
depends = python>=3.8
provides = filenote
conflicts = filenote
diff --git a/PKGBUILD b/PKGBUILD
index 77327cfc383b..c7c216ec3481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='filenote-git'
_pkgname="${pkgname%-git}"
-pkgver=r50.a689c49
+pkgver=r52.f9b9c6a
pkgrel=1
pkgdesc='Attach a comment to a file or directory (development version)'
arch=('any')
url='https://codeberg.org/kas/filenote'
-license=('GPL3')
+license=('GPL-3.0-or-later') # SPDX-License-Identifier: GPL-3.0-or-later
depends=('python>=3.8')
+makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+$url")