Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libbraiding


Commits:
0919fe6f by Antonio Rojas at 2024-11-06T23:20:10+01:00
upgpkg: 1.3.1-1: Update to 1.3.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = libbraiding
        pkgdesc = Library to compute several properties of braids, including 
centralizer and conjugacy check
-       pkgver = 1.3
+       pkgver = 1.3.1
        pkgrel = 1
        url = https://github.com/miguelmarco/libbraiding
        arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = libbraiding
        makedepends = git
        depends = gcc-libs
        depends = glibc
-       source = git+https://github.com/miguelmarco/libbraiding#tag=1.3
-       sha256sums = 
f8ef4c719af932786891266518191030513715b4d4285a4ecd6d3ed054b65f19
+       source = git+https://github.com/miguelmarco/libbraiding#tag=1.3.1
+       sha256sums = 
d458b3c44044887543f182f7f2f948346db5bcbd3dff551aa3cc488629787094
 
 pkgname = libbraiding


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <[email protected]>
 
 pkgname=libbraiding
-pkgver=1.3
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Library to compute several properties of braids, including 
centralizer and conjugacy check'
 arch=(x86_64)
@@ -11,10 +11,11 @@ depends=(gcc-libs
          glibc)
 makedepends=(git)
 source=(git+https://github.com/miguelmarco/libbraiding#tag=$pkgver)
-sha256sums=('f8ef4c719af932786891266518191030513715b4d4285a4ecd6d3ed054b65f19')
+sha256sums=('d458b3c44044887543f182f7f2f948346db5bcbd3dff551aa3cc488629787094')
 
 prepare() {
   cd $pkgname
+  sed -e '/^s/d' -i configure.ac # Fix build
   autoreconf -vi
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libbraiding/-/commit/0919fe6f7f44fd9e55dbd8ff942397884dd303cc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libbraiding/-/commit/0919fe6f7f44fd9e55dbd8ff942397884dd303cc
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to