summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-04-14 19:55:00 +0200
committerMichal Wojdyla2024-04-14 19:55:00 +0200
commit568118645a37a8d5914c36b1a4dd4897f6e8e583 (patch)
treeb919035d00ca89697ec880fa969841afb7699f16
parent94bf8de90ccb7abe596839ab9b3ff915236a7fc9 (diff)
downloadaur-bunsen-common-git.tar.gz
spdx license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e21afafa76a..6f40133aaf9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = bunsen-common-git
pkgdesc = Shared shell scripts commonly used in BunsenLabs Linux projects
pkgver = r143.1f382a8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/BunsenLabs/bunsen-common
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
depends = bash
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 9be55b5d054a..1743128933b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: 2ion <dev@2ion.de>
pkgname=bunsen-common-git
pkgver=r143.1f382a8
-pkgrel=1
+pkgrel=2
pkgdesc="Shared shell scripts commonly used in BunsenLabs Linux projects"
arch=('any')
url="https://github.com/BunsenLabs/bunsen-common"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('bash' 'ncurses')
makedepends=('git')
provides=("${pkgname%-git}")