summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentf708b89da59068a61121107b36468740d180242b (diff)
downloadaur-harminv-git.tar.gz
Repo update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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() {