Date: Monday, January 30, 2023 @ 20:16:25 Author: arojas Revision: 1391303
upgpkg: brial 1.2.12-2: Rebuild with gcc-libs 12.2.1 Modified: brial/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-30 20:09:40 UTC (rev 1391302) +++ PKGBUILD 2023-01-30 20:16:25 UTC (rev 1391303) @@ -2,14 +2,14 @@ pkgname=brial pkgver=1.2.12 -pkgrel=1 -pkgdesc="Library for polynomials over boolean rings" +pkgrel=2 +pkgdesc='Library for polynomials over boolean rings' arch=(x86_64) -url="https://github.com/BRiAl/BRiAl" +url='https://github.com/BRiAl/BRiAl' license=(GPL) depends=(m4ri) makedepends=(boost) -source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2") +source=(https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2) sha256sums=('ca009e3722dd3f0a60d15501caed1413146c80abced57423e32ae0116f407494') build() {
