mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/libsemigroups to 1.0.5-1
This commit is contained in:
parent
c076b82df1
commit
7c0ac4b7f0
1 changed files with 3 additions and 5 deletions
|
@ -4,8 +4,8 @@
|
|||
# - strip -mavx from configure and Makefile
|
||||
|
||||
pkgname=libsemigroups
|
||||
pkgver=1.0.4
|
||||
pkgrel=2
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="C++ library for semigroups and monoids"
|
||||
url="https://libsemigroups.github.io/libsemigroups/"
|
||||
arch=(x86_64)
|
||||
|
@ -13,7 +13,7 @@ license=(GPL3)
|
|||
depends=(gcc-libs)
|
||||
makedepends=(fmt)
|
||||
source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('4956c868c41b3421da211f413b4b104b7882640ebb464314e8b12f7b6e10fcb0')
|
||||
sha256sums=('00ab929c49866e12b18e61309a6f8f3bcdb1c9a59f1c30a8a8e8a8da4065dd8a')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
@ -26,6 +26,4 @@ build() {
|
|||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
sed -e 's|lsemigroups|lsemigroups-1.0|g' -i "$pkgdir"/usr/lib/pkgconfig/libsemigroups.pc # Fix lib name in pkgconfig
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue