diff options
author | Lucas Heitzmann Gabrielli | 2022-06-05 20:46:41 -0300 |
---|---|---|
committer | Lucas Heitzmann Gabrielli | 2022-06-05 20:46:41 -0300 |
commit | 90deb9b92404ff0a3550c629413f453849248f93 (patch) | |
tree | 33458da3aa83ae239b27c2ac3cf0d20995e760cf /PKGBUILD | |
parent | f708b89da59068a61121107b36468740d180242b (diff) | |
download | aur-harminv-git.tar.gz |
Repo update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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() { |