summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund2024-01-30 11:02:04 +0200
committerEdmund2024-01-30 11:02:04 +0200
commit44a5dcd96a84c0e990bd1ad56b420b84a9c21c93 (patch)
treee71ecf85cdb3b7903cb9205eb4c47a58699d6df9
parent51959082e071c199993c5bdf34e09e929987aa7e (diff)
downloadaur-libcs50-git.tar.gz
Undid change to FLAGS, but left option in PKGBUILD to toggle by user
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 887e19509fa4..6c7f8da21b09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libcs50-git
pkgdesc = CS50 Library for C (development version)
pkgver = 11.0.2.r0.g6d916ef
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/cs50/libcs50
install = libcs50.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d45762ac0eb8..f8ec80479ded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Edmund Lodewijks <e.lodewijks@gmail.com>
+# Maintainer: Edmund Lodewijks <el+aur@altmail.se>
# Contributor: MayorBender <7480812+kingy9000@users.noreply.github.com>
# Contributor: Dan Beste <dan.ray.beste@gmail.com>
# Contributor: Justine Paul <jestine-paul@dsi.a-star.edu.sg>
@@ -6,7 +6,7 @@
pkgname='libcs50-git'
_gitname='libcs50'
pkgver=11.0.2.r0.g6d916ef
-pkgrel=4
+pkgrel=5
pkgdesc="CS50 Library for C (development version)"
arch=('x86_64' 'i686')
url="https://github.com/cs50/libcs50"
@@ -37,7 +37,9 @@ prepare() {
cd "${_gitname}"
patch < "${srcdir}/Makefile.patch"
- patch < "${srcdir}/Makefile-FLAGS.patch"
+
+# Upstream unsets Arch Linux's CFLAGS and LDFLAGS. An issue has been opened to find out if this is necessary, or if this can be changed. If you want to add upstream's FLAGS to your current flags (instead of replacing them), enable the following patch file.
+# patch < "${srcdir}/Makefile-FLAGS.patch"
}
build() {