[arch-commits] Commit in libsemigroups/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Nov 27 17:49:11 UTC 2020
Date: Friday, November 27, 2020 @ 17:49:11
Author: arojas
Revision: 764522
archrelease: copy trunk to community-x86_64
Added:
libsemigroups/repos/community-x86_64/PKGBUILD
(from rev 764521, libsemigroups/trunk/PKGBUILD)
Deleted:
libsemigroups/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-27 17:49:01 UTC (rev 764521)
+++ PKGBUILD 2020-11-27 17:49:11 UTC (rev 764522)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=libsemigroups
-pkgver=1.3.3
-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=('91e40ba22c4e33cb0ef531fc9b8acdfafc5e65209fdfef612a4e68833cc7c08d')
-
-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 764521, libsemigroups/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-27 17:49:11 UTC (rev 764522)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libsemigroups
+pkgver=1.3.4
+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=('66ab354b476c8f7e1c25f0a4a87ef5a71e595519348995fd245fe918e08d81a7')
+
+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