summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b98696e1c451..0b131b79b568 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libcs50-git
pkgdesc = CS50 Library for C (development version)
pkgver = 11.0.1.r4.gc5bead0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cs50/libcs50
install = libcs50.install
arch = x86_64
arch = i686
groups = cs50
- license = GPL3
+ license = GPL-3.0-only
makedepends = git
optdepends = clang: compiler currently used in CS50x course (2023)
provides = libcs50
diff --git a/PKGBUILD b/PKGBUILD
index faa3e66d6e43..13abde4cd55b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
pkgname='libcs50-git'
_gitname='libcs50'
pkgver=11.0.1.r4.gc5bead0
-pkgrel=2
+pkgrel=3
pkgdesc="CS50 Library for C (development version)"
arch=('x86_64' 'i686')
url="https://github.com/cs50/libcs50"
-license=('GPL3')
+license=('GPL-3.0-only')
groups=('cs50')
makedepends=('git')
optdepends=('clang: compiler currently used in CS50x course (2023)')