summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2022-06-05 20:46:41 -0300
committerLucas Heitzmann Gabrielli2022-06-05 20:46:41 -0300
commit90deb9b92404ff0a3550c629413f453849248f93 (patch)
tree33458da3aa83ae239b27c2ac3cf0d20995e760cf
parentf708b89da59068a61121107b36468740d180242b (diff)
downloadaur-90deb9b92404ff0a3550c629413f453849248f93.tar.gz
Repo update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e01b29c4e275..0b56971ada5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = harminv-git
pkgdesc = Harmonic inversion algorithm of Mandelshtam: decompose signal into sum of decaying sinusoids
- pkgver = 1.4.1.r4.gc3c7a16
+ pkgver = 1.4.1.r6.gf82ca9e
pkgrel = 1
- url = https://github.com/stevengj/harminv
+ url = https://github.com/NanoComp/harminv
arch = i686
arch = x86_64
license = GPL2
makedepends = gcc-fortran
depends = lapack
- provides = harminv
+ provides = harminv=1.4.1.r6.gf82ca9e
conflicts = harminv
options = !libtool
- source = git+https://github.com/stevengj/harminv.git
+ source = git+https://github.com/NanoComp/harminv.git
sha256sums = SKIP
pkgname = harminv-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1da8d6400c01..d2593efd46a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
pkgname=harminv-git
-pkgver=1.4.1.r4.gc3c7a16
+pkgver=1.4.1.r6.gf82ca9e
pkgrel=1
pkgdesc='Harmonic inversion algorithm of Mandelshtam: decompose signal into sum of decaying sinusoids'
arch=('i686' 'x86_64')
-url='https://github.com/stevengj/harminv'
+url='https://github.com/NanoComp/harminv'
license=('GPL2')
depends=('lapack')
makedepends=('gcc-fortran')
options=('!libtool')
-provides=('harminv')
+provides=("harminv=${pkgver}")
conflicts=('harminv')
-source=('git+https://github.com/stevengj/harminv.git')
+source=('git+https://github.com/NanoComp/harminv.git')
sha256sums=('SKIP')
pkgver() {