From 0f2913c55bacfd1e0f4574ef0d425579beb1c55d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 2 Oct 2022 22:08:52 +0000 Subject: [PATCH] community/gap to 4.12.0-3 --- community/gap/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/community/gap/PKGBUILD b/community/gap/PKGBUILD index 137d03b83..8fd011f25 100644 --- a/community/gap/PKGBUILD +++ b/community/gap/PKGBUILD @@ -9,20 +9,24 @@ pkgbase=gap pkgname=(gap gap-doc gap-packages) pkgver=4.12.0 -pkgrel=2 +pkgrel=3 pkgdesc='Groups, Algorithms, Programming: a system for computational discrete algebra' arch=(x86_64) url='https://www.gap-system.org/' license=(GPL) source=(https://github.com/gap-system/gap/releases/download/v$pkgver/$pkgbase-$pkgver.tar.gz + https://github.com/gap-system/gap/commit/dce6fa96.patch gap.sh) sha256sums=('6005d0c0316fe8803d84681f30be64eace83a9542f975f5cb3dedfadd4391849' + 'd8a362a6c1d27f2925d8b3f8eddc9aaafac1699fb568a035768d039b34ba6eb3' '143fb8a79a52c007903cce13407850df309ef803a9b00398d05169355917de46') makedepends=(libxaw givaro mpfi cddlib boost libsemigroups c-xsc zeromq fplll wget chrpath fmt eigen normaliz) prepare() { cd gap-$pkgver +# Fix including headers when no garbage collector is specified + patch -p1 < ../dce6fa96.patch # Use system libsemigroups sed -e 's|test "$with_external_libsemigroups" = yes|true|' -i pkg/semigroups/configure # Use system normaliz