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

Antonio Rojas arojas at archlinux.org
Fri Mar 6 22:42:21 UTC 2020


    Date: Friday, March 6, 2020 @ 22:42:20
  Author: arojas
Revision: 591060

archrelease: copy trunk to community-x86_64

Added:
  sirocco/repos/community-x86_64/PKGBUILD
    (from rev 591059, sirocco/trunk/PKGBUILD)
Deleted:
  sirocco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-06 22:41:57 UTC (rev 591059)
+++ PKGBUILD	2020-03-06 22:42:20 UTC (rev 591060)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=sirocco
-pkgver=2.0
-pkgrel=2
-pkgdesc="C++ library that allows to compute piecewise linear approximations of the path followed by the root of a complex polynomial"
-arch=(x86_64)
-url="https://iuma.unizar.es/es/investigacion/software/sirocco"
-license=(GPL3)
-depends=(mpfr)
-source=("https://iuma.unizar.es/sites/default/files/software/libsirocco-$pkgver.tar_.gz")
-sha256sums=('9f4faf8dd1a7645e049e2dae20f4fe3f2c929f998aadd1a4c07c75678982645d')
-
-build() {
-  cd libsirocco-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libsirocco-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: sirocco/repos/community-x86_64/PKGBUILD (from rev 591059, sirocco/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-06 22:42:20 UTC (rev 591060)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sirocco
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="C++ library that allows to compute piecewise linear approximations of the path followed by the root of a complex polynomial"
+arch=(x86_64)
+url="https://iuma.unizar.es/es/investigacion/software/sirocco"
+license=(GPL3)
+depends=(mpfr)
+source=("https://github.com/miguelmarco/SIROCCO2/releases/download/$pkgver/libsirocco-$pkgver.tar.gz")
+sha256sums=('ada9f833d1bc719a0429209130c0b265f3f755819e555d0e16bc4e234ab421af')
+
+build() {
+  cd libsirocco-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsirocco-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list