Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
libbraiding
Commits:
26d49591 by Antonio Rojas at 2024-10-29T22:55:53+01:00
upgpkg: 1.3-1: Update to 1.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = libbraiding
pkgdesc = Library to compute several properties of braids, including
centralizer and conjugacy check
- pkgver = 1.2
- pkgrel = 2
+ pkgver = 1.3
+ pkgrel = 1
url = https://github.com/miguelmarco/libbraiding
arch = x86_64
license = GPL-3.0-or-later
makedepends = git
depends = gcc-libs
depends = glibc
- source = git+https://github.com/miguelmarco/libbraiding#tag=1.2
- sha256sums =
e73a032c9d74b97ab4903f908f225ee665dcd1ba1964751010a406b9f9bd3448
+ source = git+https://github.com/miguelmarco/libbraiding#tag=1.3
+ sha256sums =
f8ef4c719af932786891266518191030513715b4d4285a4ecd6d3ed054b65f19
pkgname = libbraiding
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=libbraiding
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+pkgrel=1
pkgdesc='Library to compute several properties of braids, including
centralizer and conjugacy check'
arch=(x86_64)
url='https://github.com/miguelmarco/libbraiding'
@@ -11,7 +11,7 @@ depends=(gcc-libs
glibc)
makedepends=(git)
source=(git+https://github.com/miguelmarco/libbraiding#tag=$pkgver)
-sha256sums=('e73a032c9d74b97ab4903f908f225ee665dcd1ba1964751010a406b9f9bd3448')
+sha256sums=('f8ef4c719af932786891266518191030513715b4d4285a4ecd6d3ed054b65f19')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libbraiding/-/commit/26d495910a39789ea1d6046b05ac5cdb940c4e89
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libbraiding/-/commit/26d495910a39789ea1d6046b05ac5cdb940c4e89
You're receiving this email because of your account on gitlab.archlinux.org.