summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund2024-01-30 11:02:35 +0200
committerEdmund2024-01-30 11:02:35 +0200
commited81fc79452ba88427c137afa05ead08258b63b0 (patch)
tree8112631b9968efb78a30f55b2395087ea5b14be6
parent7f25d6d655a4363b37cac17fd772af934d0b75d9 (diff)
downloadaur-ed81fc79452ba88427c137afa05ead08258b63b0.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 3dcfb37eeeba..a096eb7eca4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libcs50
pkgdesc = CS50 Library for C
pkgver = 11.0.2
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/cs50/libcs50
install = libcs50.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 937f124526ae..46b7c7fcaf84 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'
pkgver=11.0.2
-pkgrel=6
+pkgrel=7
pkgdesc="CS50 Library for C"
arch=('i686' 'x86_64')
url='https://github.com/cs50/libcs50'
@@ -29,7 +29,9 @@ prepare() {
cd "${pkgname}-${pkgver}"
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() {