mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/libsemigroups to 1.0.2-1
This commit is contained in:
parent
94df209029
commit
387d19becb
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - strip -mavx from configure and Makefile
|
||||
|
||||
pkgname=libsemigroups
|
||||
pkgver=1.0.1
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="C++ library for semigroups and monoids"
|
||||
url="https://libsemigroups.github.io/libsemigroups/"
|
||||
|
@ -14,7 +14,7 @@ depends=(gcc-libs)
|
|||
makedepends=(fmt)
|
||||
source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
|
||||
system-fmt.patch)
|
||||
sha256sums=('08a4a678d08324a29bd9e0000803d18a1d5134d7f9928ec56bd72071d9740164'
|
||||
sha256sums=('9c1887bd158cfff3c8a8f511840969d23285980702b6548fb7332e35ce30dda0'
|
||||
'86c0ae8613df2959924d86c16874ee8d72288b10f87225c3909132b1d2a83fdf')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue