[arch-commits] Commit in libsemigroups/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jan 11 23:08:05 UTC 2020


    Date: Saturday, January 11, 2020 @ 23:08:04
  Author: arojas
Revision: 552111

Update to 1.0.4

Modified:
  libsemigroups/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-11 21:20:24 UTC (rev 552110)
+++ PKGBUILD	2020-01-11 23:08:04 UTC (rev 552111)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=libsemigroups
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc="C++ library for semigroups and monoids"
 url="https://libsemigroups.github.io/libsemigroups/"
@@ -9,21 +9,12 @@
 license=(GPL3)
 depends=(gcc-libs)
 makedepends=(fmt)
-source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
-        system-fmt.patch)
-sha256sums=('6adc2e023ad1349f0a942355b88241198d23790e62216bfeb62c356d803119da'
-            '86c0ae8613df2959924d86c16874ee8d72288b10f87225c3909132b1d2a83fdf')
+source=(https://github.com/libsemigroups/libsemigroups/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4956c868c41b3421da211f413b4b104b7882640ebb464314e8b12f7b6e10fcb0')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../system-fmt.patch
-  rm -r extern/fmt-*
-  autoreconf -fi
-}
-
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-external-fmt
   make
 }
 



More information about the arch-commits mailing list