diff options
author | Prowderypulp | 2024-11-24 18:42:40 +0000 |
---|---|---|
committer | Prowderypulp | 2024-11-24 18:42:40 +0000 |
commit | d1b8204fe5cb2b130511bf08cf4320e739ccbf16 (patch) | |
tree | 18c9dd1c450707b46804af82cc6bb0d2537d011d | |
parent | f05848f119c8a9824946c323a5148f75857b5127 (diff) | |
download | aur-admixtools-git.tar.gz |
Updated the PKGBUILD
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -pkgbase = admixtools +pkgbase = admixtools-git pkgdesc = Tools to test whether admixture occurred and more pkgver = r61.b10ddcf pkgrel = 1 @@ -10,7 +10,7 @@ pkgbase = admixtools depends = gsl depends = openblas depends = gcc-fortran - source = admixtools::git+https://github.com/DReichLab/AdmixTools + source = admixtools-git::git+https://github.com/DReichLab/AdmixTools sha256sums = SKIP -pkgname = admixtools +pkgname = admixtools-git @@ -1,5 +1,5 @@ # Maintainer: techcs <techcs@protonmail.com> -pkgname=admixtools +pkgname=admixtools-git pkgver=r61.b10ddcf pkgrel=1 pkgdesc="Tools to test whether admixture occurred and more" @@ -8,7 +8,7 @@ url="https://reich.hms.harvard.edu/software" license=('custom') depends=('gsl' 'openblas' 'gcc-fortran') makedepends=('git' 'make') -source=("admixtools::git+https://github.com/DReichLab/AdmixTools") +source=("admixtools-git::git+https://github.com/DReichLab/AdmixTools") sha256sums=('SKIP') build() { |