[arch-commits] Commit in libsemigroups/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Dec 16 21:19:55 UTC 2021
Date: Thursday, December 16, 2021 @ 21:19:55
Author: arojas
Revision: 1075416
archrelease: copy trunk to community-x86_64
Added:
libsemigroups/repos/community-x86_64/PKGBUILD
(from rev 1075415, libsemigroups/trunk/PKGBUILD)
Deleted:
libsemigroups/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-16 21:19:44 UTC (rev 1075415)
+++ PKGBUILD 2021-12-16 21:19:55 UTC (rev 1075416)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=libsemigroups
-pkgver=2.1.2
-pkgrel=1
-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=('5d76fe8e3bff8855e81059d4555ba5f98930d85ccc5d01eaf085518390d79284')
-
-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-x86_64/PKGBUILD (from rev 1075415, libsemigroups/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-16 21:19:55 UTC (rev 1075416)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libsemigroups
+pkgver=2.1.3
+pkgrel=1
+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=('e4ec4b1c650aa5fc85416ac2835105009b018e05655158074bd4fa6787cc9cbe')
+
+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