[arch-commits] Commit in libsemigroups/repos/community-testing-x86_64 (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Aug 23 19:00:57 UTC 2022
Date: Tuesday, August 23, 2022 @ 19:00:57
Author: felixonmars
Revision: 1275871
archrelease: copy trunk to community-testing-x86_64
Added:
libsemigroups/repos/community-testing-x86_64/PKGBUILD
(from rev 1275870, libsemigroups/trunk/PKGBUILD)
Deleted:
libsemigroups/repos/community-testing-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-23 19:00:41 UTC (rev 1275870)
+++ PKGBUILD 2022-08-23 19:00:57 UTC (rev 1275871)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=libsemigroups
-pkgver=2.2.0
-pkgrel=2
-pkgdesc='C++ library for semigroups and monoids'
-url='https://libsemigroups.github.io/libsemigroups'
-arch=(x86_64)
-license=(GPL3)
-depends=(fmt)
-makedepends=(eigen)
-source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('6485e353225ee4c62f55bbd93e48b0ba6fbea780b9791603011eae72b1d28f7a')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-fmt \
- --with-external-fmt \
- --with-external-eigen
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: libsemigroups/repos/community-testing-x86_64/PKGBUILD (from rev 1275870, libsemigroups/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-23 19:00:57 UTC (rev 1275871)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libsemigroups
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='C++ library for semigroups and monoids'
+url='https://libsemigroups.github.io'
+arch=(x86_64)
+license=(GPL3)
+depends=(fmt)
+makedepends=(eigen)
+source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ba914af778c93ccf2ab2ce24954a45904da8bbfa345e3d6aea984cf3a773f203')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --enable-fmt \
+ --with-external-fmt \
+ --with-external-eigen
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list