summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-06-05 23:34:55 +0200
committerhaawda2022-06-05 23:34:55 +0200
commit99119410b3cdd0ec1f844a6677490ffe9f5489ef (patch)
tree671abd5b6aff435d5078be8e762642d1cdaf2ece
parent8eb58a4e3cd82de54fc7b95640515e07cf0aab18 (diff)
downloadaur-99119410b3cdd0ec1f844a6677490ffe9f5489ef.tar.gz
sources moved
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a830a1b17535..552c0604748a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = harminv
pkgdesc = A free program to solve the problem of harmonic inversion
pkgver = 1.4.1
- pkgrel = 1
- url = https://github.com/stevengj/harminv
+ pkgrel = 2
+ url = https://github.com/NanoComp/harminv
arch = i686
arch = x86_64
license = GPL
makedepends = gcc-fortran
depends = lapack
options = !libtool
- source = https://github.com/stevengj/harminv/releases/download/v1.4.1/harminv-1.4.1.tar.gz
+ source = https://github.com/NanoComp/harminv/releases/download/v1.4.1/harminv-1.4.1.tar.gz
sha256sums = e1b923c508a565f230aac04e3feea23b888b47d8e19b08816a97ee4444233670
pkgname = harminv
-
diff --git a/PKGBUILD b/PKGBUILD
index 1269b4747688..c8046fa3d1c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgname=harminv
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="A free program to solve the problem of harmonic inversion"
arch=('i686' 'x86_64')
-url="https://github.com/stevengj/harminv"
+url="https://github.com/NanoComp/harminv"
license=('GPL')
depends=('lapack')
makedepends=('gcc-fortran')
options=('!libtool')
-source=("https://github.com/stevengj/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/NanoComp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('e1b923c508a565f230aac04e3feea23b888b47d8e19b08816a97ee4444233670')
build() {