summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund2023-01-13 09:39:22 +0200
committerEdmund2023-01-13 09:39:22 +0200
commit7845f0a6387be743122f03b553140a7feef06b28 (patch)
treec0a9141ec2b5d82fdd5676bc54177541fcbf1f07
parent33800a79701c6866be796a824fb71d0ad8c2e236 (diff)
downloadaur-7845f0a6387be743122f03b553140a7feef06b28.tar.gz
Moved 'clang' from 'depends' to 'optdependends'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b146562b559d..96186af7317a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libcs50
pkgdesc = CS50 Library for C
pkgver = 11.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cs50/libcs50
install = libcs50.install
arch = i686
arch = x86_64
groups = cs50
license = GPL3
- depends = clang
+ optdepends = clang: compiler currently used in CS50x course (2023)
conflicts = libcs50-git
source = libcs50-11.0.1.tar.gz::https://github.com/cs50/libcs50/archive/v11.0.1.tar.gz
source = Makefile.patch
diff --git a/PKGBUILD b/PKGBUILD
index fd681c05003b..32fe904a1b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="CS50 Library for C"
arch=('i686' 'x86_64')
url='https://github.com/cs50/libcs50'
license=('GPL3')
-depends=('clang')
+optdepends=('clang: compiler currently used in CS50x course (2023)')
groups=('cs50')
conflicts=('libcs50-git')
source=(