summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund2023-10-17 17:25:19 +0200
committerEdmund2023-10-17 17:25:19 +0200
commitc91f2aac7ca262a8cbf5bd8b8de4e8ac12dea2ef (patch)
treeb1bf2607648bea2950a7521d63406e4663b748b3
parent46a55d5ed8f4bd4d30b42bf6dae449875059b488 (diff)
downloadaur-c91f2aac7ca262a8cbf5bd8b8de4e8ac12dea2ef.tar.gz
Corrected syntax in libcs50.install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--libcs50.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77d7f7e6dcdd..c48e54b08912 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libcs50
pkgdesc = CS50 Library for C
pkgver = 11.0.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/cs50/libcs50
install = libcs50.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4fbe6ebfd249..975c649e6333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='libcs50'
pkgver=11.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="CS50 Library for C"
arch=('i686' 'x86_64')
url='https://github.com/cs50/libcs50'
diff --git a/libcs50.install b/libcs50.install
index 8513efa8fdda..4c72953b0a6c 100644
--- a/libcs50.install
+++ b/libcs50.install
@@ -2,5 +2,5 @@ post_install() {
echo -e 'SUGGESTION:\n'
echo -e '\nInstead of using a makefile, you can add the following alias to your ~/.bashrc:'
echo -e " "alias make50="'"'make CC=clang CFLAGS="-fsanitize=signed-integer-overflow -fsanitize=undefined -ggdb3 -O0 -std=c11 -Wall -Werror -Wextra -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wshadow" LDLIBS="-lcrypt -lcs50 -lm"'"'"'\n'
-}
echo -e '\nThis would require having `clang` installed.'
+}