mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/libsemigroups to 1.0.1-1
This commit is contained in:
parent
683969ee17
commit
3342bf0380
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
# - strip -mavx from configure and Makefile
|
||||
|
||||
pkgname=libsemigroups
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
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=('db58bddf29ef58b4caeba42fa7cf5e1b52406c6b5c5c6c23c7e9d571b3f3de48'
|
||||
sha256sums=('08a4a678d08324a29bd9e0000803d18a1d5134d7f9928ec56bd72071d9740164'
|
||||
'86c0ae8613df2959924d86c16874ee8d72288b10f87225c3909132b1d2a83fdf')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue