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

Antonio Rojas arojas at archlinux.org
Wed Jun 30 14:03:39 UTC 2021


    Date: Wednesday, June 30, 2021 @ 14:03:39
  Author: arojas
Revision: 967978

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-30 14:03:28 UTC (rev 967977)
+++ PKGBUILD	2021-06-30 14:03:39 UTC (rev 967978)
@@ -1,24 +0,0 @@
-# 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
-}
-

Copied: sirocco/repos/community-x86_64/PKGBUILD (from rev 967977, sirocco/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-30 14:03:39 UTC (rev 967978)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=sirocco
+pkgver=2.1.0
+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=('e86c9fe3b1f2cf0d3a7381d21c1fc4670f14b538c60c7cc6410ccb0f5b1fbaf8')
+
+build() {
+  cd libsirocco-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsirocco-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+




More information about the arch-commits mailing list