[arch-commits] Commit in libsemigroups/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Feb 4 21:15:12 UTC 2021


    Date: Thursday, February 4, 2021 @ 21:15:11
  Author: arojas
Revision: 845548

archrelease: copy trunk to community-x86_64

Added:
  libsemigroups/repos/community-x86_64/PKGBUILD
    (from rev 845547, libsemigroups/trunk/PKGBUILD)
Deleted:
  libsemigroups/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-04 21:14:59 UTC (rev 845547)
+++ PKGBUILD	2021-02-04 21:15:11 UTC (rev 845548)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=libsemigroups
-pkgver=1.3.5
-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=('dba3b7682b2628b5e132ebcbfb1c276c90435adbeba4ac4e0ede83c5ad736cac')
-
-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 845547, libsemigroups/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-04 21:15:11 UTC (rev 845548)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libsemigroups
+pkgver=1.3.6
+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=('6b9189bb2b7ca54b9c892fc50e46fd063c48894e84d2241ab0391a5976afdbff')
+
+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