Date: Friday, October 21, 2022 @ 17:54:56 Author: arojas Revision: 1333170
upgpkg: gap 4.12.1-2: Move utils and autodoc packages to gap, they are dependencies of atlasrep Modified: gap/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-21 17:41:35 UTC (rev 1333169) +++ PKGBUILD 2022-10-21 17:54:56 UTC (rev 1333170) @@ -5,7 +5,7 @@ pkgbase=gap pkgname=(gap gap-packages) pkgver=4.12.1 -pkgrel=1 +pkgrel=2 pkgdesc='Groups, Algorithms, Programming: a system for computational discrete algebra' arch=(x86_64) url='https://www.gap-system.org/' @@ -49,7 +49,7 @@ } _standardpkgs=(gapdoc primgrp smallgrp transgrp atlasrep autpgrp alnuth crisp ctbllib factint fga irredsol laguna - polenta polycyclic resclasses sophus tomlib) + polenta polycyclic resclasses sophus tomlib utils autodoc) package_gap() { depends=(gmp zlib)
