Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
libisl
Commits:
4e1c5f09 by Frederik Schwan at 2024-09-02T11:46:32+02:00
upgpkg: 0.27-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libisl
pkgdesc = Library for manipulating sets and relations of integer points
bounded by linear constraints
- pkgver = 0.26
- pkgrel = 2
+ pkgver = 0.27
+ pkgrel = 1
url = https://libisl.sourceforge.io
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = libisl
provides = libisl.so
replaces = isl
options = staticlibs
- source = https://libisl.sourceforge.io/isl-0.26.tar.xz
- b2sums =
2cfe2e0774a991d2385e66f58490c5454382cabc82d74eb4bbe5a603293b7bdc34ca3b087f0884f9da319c447747edc76275ecaf2f171237939f9c7d3c52ced7
+ source = https://libisl.sourceforge.io/isl-0.27.tar.xz
+ b2sums =
88a68de0b7952eb0038d10aa450b0ab25da4f4aa49fcdf70700ec4131d2686a2a2e9a64e5cb8ac0a53ef5d7cff034e60c449b201ba88a24001ad33f0dd17c732
pkgname = libisl
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Allan McRae <allan at archlinux dot org>
pkgname=libisl
-pkgver=0.26
-pkgrel=2
+pkgver=0.27
+pkgrel=1
pkgdesc='Library for manipulating sets and relations of integer points bounded
by linear constraints'
arch=('x86_64')
url='https://libisl.sourceforge.io'
@@ -16,7 +16,7 @@ provides=('isl' 'libisl.so')
replaces=('isl')
options=(staticlibs)
source=("https://libisl.sourceforge.io/isl-${pkgver}.tar.xz")
-b2sums=('2cfe2e0774a991d2385e66f58490c5454382cabc82d74eb4bbe5a603293b7bdc34ca3b087f0884f9da319c447747edc76275ecaf2f171237939f9c7d3c52ced7')
+b2sums=('88a68de0b7952eb0038d10aa450b0ab25da4f4aa49fcdf70700ec4131d2686a2a2e9a64e5cb8ac0a53ef5d7cff034e60c449b201ba88a24001ad33f0dd17c732')
build() {
cd "${srcdir}"/${pkgname#lib}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libisl/-/commit/4e1c5f09bc0b8fc5cda5402cb0fcd095a5490f39
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libisl/-/commit/4e1c5f09bc0b8fc5cda5402cb0fcd095a5490f39
You're receiving this email because of your account on gitlab.archlinux.org.