Date: Monday, April 20, 2020 @ 16:19:50
  Author: arojas
Revision: 617052

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-04-20 16:17:41 UTC (rev 617051)
+++ PKGBUILD    2020-04-20 16:19:50 UTC (rev 617052)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <aro...@archlinux.org>
-
-pkgname=libsemigroups
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="C++ library for semigroups and monoids"
-url="https://libsemigroups.github.io/libsemigroups/";
-arch=(x86_64)
-license=(GPL3)
-depends=(gcc-libs)
-makedepends=(fmt)
-source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('088219a440feb576f044d91e15e82abbb6e38085814c835fd262ffa548bb3558')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-external-fmt
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libsemigroups/repos/community-x86_64/PKGBUILD (from rev 617051, 
libsemigroups/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-04-20 16:19:50 UTC (rev 617052)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=libsemigroups
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="C++ library for semigroups and monoids"
+url="https://libsemigroups.github.io/libsemigroups/";
+arch=(x86_64)
+license=(GPL3)
+depends=(gcc-libs)
+makedepends=(fmt)
+source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('2066e916bbd48d3c4b43d579d58d379513e0b1c15b8b8895def08da3ae41143f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-fmt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to