[arch-commits] Commit in libisl/trunk (PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Thu Mar 3 22:43:21 UTC 2022
Date: Thursday, March 3, 2022 @ 22:43:21
Author: freswa
Revision: 438826
add isl to provides
Modified:
libisl/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-03 22:19:59 UTC (rev 438825)
+++ PKGBUILD 2022-03-03 22:43:21 UTC (rev 438826)
@@ -6,13 +6,13 @@
pkgname=libisl
pkgver=0.24
-pkgrel=3
+pkgrel=4
pkgdesc='Library for manipulating sets and relations of integer points bounded by linear constraints'
arch=('x86_64')
url='https://libisl.sourceforge.io'
license=('MIT')
depends=('gmp')
-provides=(libisl.so)
+provides=('isl' 'libisl.so')
replaces=('isl')
options=(staticlibs)
source=("https://libisl.sourceforge.io/isl-${pkgver}.tar.xz")
More information about the arch-commits
mailing list