summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-04-10 22:32:17 +0200
committerMichal Wojdyla2024-04-10 22:32:17 +0200
commit959d4806f4aa99d15d097c036a05857f3363e1e0 (patch)
tree04b72459b87cd7f73f5bee07a3ec38cb67d439ec
parent137ce7d953f06d97e6eda6cbb202a2149b4cc054 (diff)
downloadaur-959d4806f4aa99d15d097c036a05857f3363e1e0.tar.gz
spdx license identifier
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7126b4f48d82..cccd3948215f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = guile-bytestructures
pkgdesc = Structured access library to bytevector contents for Guile
pkgver = 2.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/TaylanUB/scheme-bytestructures
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
depends = guile
source = guile-bytestructures-2.0.1.tar.gz::https://github.com/TaylanUB/scheme-bytestructures/archive/refs/tags/v2.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 0a9332db0de1..dd19b76cf935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=guile-bytestructures
_pkgname=bytestructures
pkgver=2.0.1
-pkgrel=2
+pkgrel=3
pkgdesc='Structured access library to bytevector contents for Guile'
arch=('x86_64')
url="https://github.com/TaylanUB/scheme-bytestructures"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('guile')
makedepends=('git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/TaylanUB/scheme-${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")