Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / brial
Commits:
c25bbc0f by Antonio Rojas at 2025-05-20T14:20:17+02:00
upgpkg: 1.2.13-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = brial
pkgdesc = Library for polynomials over boolean rings
- pkgver = 1.2.12
- pkgrel = 6
+ pkgver = 1.2.13
+ pkgrel = 1
url = https://github.com/BRiAl/BRiAl
arch = x86_64
license = GPL-2.0-or-later
@@ -10,7 +10,7 @@ pkgbase = brial
depends = gcc-libs
depends = glibc
depends = m4ri
- source = git+https://github.com/BRiAl/BRiAl#tag=1.2.12
- sha256sums =
d0d9ad884f66b5668eb69af9379709d16a2896722298f6b61392eb1613d2b126
+ source = git+https://github.com/BRiAl/BRiAl#tag=1.2.13
+ sha256sums =
61dc84a44630fcb894c638bd26cb48c61ed32d1daad337d146701db47b6a1024
pkgname = brial
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=brial
-pkgver=1.2.12
-pkgrel=6
+pkgver=1.2.13
+pkgrel=1
pkgdesc='Library for polynomials over boolean rings'
arch=(x86_64)
url='https://github.com/BRiAl/BRiAl'
@@ -13,7 +13,7 @@ depends=(gcc-libs
makedepends=(boost
git)
source=(git+https://github.com/BRiAl/BRiAl#tag=$pkgver)
-sha256sums=('d0d9ad884f66b5668eb69af9379709d16a2896722298f6b61392eb1613d2b126')
+sha256sums=('61dc84a44630fcb894c638bd26cb48c61ed32d1daad337d146701db47b6a1024')
prepare() {
cd BRiAl
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/brial/-/commit/c25bbc0fae825877eebaba3386d9e0d817b41f1f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/brial/-/commit/c25bbc0fae825877eebaba3386d9e0d817b41f1f
You're receiving this email because of your account on gitlab.archlinux.org.