summaryrefslogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorkj_sh6042025-06-02 19:56:27 -0400
committerkj_sh6042025-06-02 19:56:27 -0400
commit3bf534494078f87dd65c87ca9d280aab7b8c119f (patch)
tree8acf0cd73fa8875768b5c24377b6da62e4b36cdd /.SRCINFO
parentadd598593fc98ec50ecf8c89bfdef7f3a0a1d166 (diff)
fix: constant rebuilds with advanced AUR helpersHEADmaster
it was reported to me that on paru when the "Devel" option is enabled the grep-compat gets constantly rebuilt due to gnulib having daily commits. I've considered the following: * just add a #commit=073f99896898b757c7c2cdcff82cfedb440346f6 at the end of the gnulib url * revert the package back to how it was written with 3.12-1 (which was based on how the Official Arch Repo\'s grep 3.11-1 PKGBUILD was written) I've decided to go with the second option due to faster build times (pulling the gnulib and grep git repos can take a long time) and being more in-line with upstream/vanilla GNU grep
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO12
1 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d6265a..33a8ac4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,16 @@
pkgbase = grep-compat
pkgdesc = A string search utility (without egrep and fgrep warnings when used in scripts)
pkgver = 3.12
- pkgrel = 2
+ pkgrel = 3
url = https://www.gnu.org/software/grep/
arch = x86_64
license = GPL3
- makedepends = gperf
- makedepends = git
- makedepends = python
makedepends = texinfo
- makedepends = wget
depends = glibc
depends = pcre2
provides = grep
conflicts = grep
- source = git+https://git.savannah.gnu.org/git/grep.git#tag=v3.12
- source = git+https://git.savannah.gnu.org/git/gnulib.git
- sha256sums = 9543190d9ca2201ea46fddaeb39031a0acde1f6aa4351a72f33ef3455e6dd41e
- sha256sums = SKIP
+ source = https://ftp.gnu.org/gnu/grep/grep-3.12.tar.xz
+ sha256sums = 2649b27c0e90e632eadcd757be06c6e9a4f48d941de51e7c0f83ff76408a07b9
pkgname = grep-compat