summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund2024-01-17 15:34:03 +0200
committerEdmund2024-01-17 15:34:03 +0200
commitf2908537723442961b2c7bb4f3cd85b98efd6648 (patch)
tree2a8ba7f8bc44bddaa4ffa35890879f5d1312ff50
parentc91f2aac7ca262a8cbf5bd8b8de4e8ac12dea2ef (diff)
downloadaur-f2908537723442961b2c7bb4f3cd85b98efd6648.tar.gz
Updated license to SPDX format
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c48e54b08912..2d7c5766bbb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libcs50
pkgdesc = CS50 Library for C
pkgver = 11.0.2
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/cs50/libcs50
install = libcs50.install
arch = i686
arch = x86_64
groups = cs50
- license = GPL3
+ license = GPL-3.0-only
optdepends = clang: compiler currently used in CS50x course (2023)
conflicts = libcs50-git
source = libcs50-11.0.2.tar.gz::https://github.com/cs50/libcs50/archive/v11.0.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 975c649e6333..0b4da9e9fe99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
pkgname='libcs50'
pkgver=11.0.2
-pkgrel=4
+pkgrel=5
pkgdesc="CS50 Library for C"
arch=('i686' 'x86_64')
url='https://github.com/cs50/libcs50'
-license=('GPL3')
+license=('GPL-3.0-only')
optdepends=('clang: compiler currently used in CS50x course (2023)')
groups=('cs50')
conflicts=('libcs50-git')