summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJoe Baldino2022-02-06 06:13:31 +0000
committerJoe Baldino2022-02-06 06:22:27 +0000
commit6632e556288cd0f4303b4a224015b79be67500ca (patch)
tree695efb7399430b56257e037f45b68a28460d5a26 /.SRCINFO
parent6f581be9dea4cc6347d80130dc7fdbbf9a853e13 (diff)
downloadaur-6632e556288cd0f4303b4a224015b79be67500ca.tar.gz
0.2.5-3: change maintainer, patch upstream cmake
Added a heavy-handed patch for upstream CMakeLists.txt. Necessary because, unmodified, it hardcodes compiler flags. Meaning end-user makepkg flags are ignored, violating packaging policies. See patch itself for all the nitty-gritty details. Minor changes and refinements to the pkgbuild logic. Added a SKIP_RPATH directive to avoid hard-coding any paths. TODO: resulting binary contains a string containing the absolute path to a header used during build time, present even after stripping. Currently chasing it down. Signed-off-by: Joe Baldino <pedanticdm@gmx.us>
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 752d1b3971ca..2e944ef20ab1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = crex
pkgdesc = Explore, test, and check regular expressions in the terminal
pkgver = 0.2.5
- pkgrel = 2
+ pkgrel = 3
url = https://octobanana.com/software/crex
arch = x86_64
license = MIT
makedepends = cmake
- source = crex-0.2.5.tar.gz::https://github.com/octobanana/crex/archive/0.2.5.tar.gz
+ depends = gcc-libs
+ source = crex-0.2.5.tar.gz::https://github.com/octobanana/crex/archive/refs/tags/0.2.5.tar.gz
+ source = 0001-ArchLinux-changes-to-CMakeLists.txt.patch
sha256sums = c6a166b7a1e696a7babeaf7c5728eece1624704a18357f827129fc95ef2ecc56
+ sha256sums = 407177d9486ca4758b0853114cfaa88aeafdb862c07c3ba683f017fbc79c9c18
pkgname = crex
-