summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Pina Martins2021-04-25 23:08:58 +0100
committerFrancisco Pina Martins2021-04-25 23:08:58 +0100
commitcf3640a7bcda3ff0c8f2dd6a63ea1be1df89a4d1 (patch)
treeca29400ae25e8ee8e979e8b4e7eb4b930b9a3428
parent863f9737d0aa06d82e7139ced1bc93262f288953 (diff)
downloadaur-raxml-standard-git.tar.gz
Updated to use git+https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05a471474f1d..83660c9400c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = raxml-standard-git
pkgdesc = Randomized Axelerated Maximum Likelihood - standard version from git
- pkgver = 20150208
+ pkgver = 20180529
pkgrel = 1
url = https://github.com/stamatak/standard-RAxML
arch = i686
@@ -11,7 +11,7 @@ pkgbase = raxml-standard-git
optdepends = openmpi: for buildin MPI capable binary
conflicts = raxml
conflicts = raxml-mpi
- source = git+git://github.com/stamatak/standard-RAxML.git
+ source = git+https://github.com/stamatak/standard-RAxML.git
md5sums = SKIP
pkgname = raxml-standard-git
diff --git a/PKGBUILD b/PKGBUILD
index 4e12992df85d..d7f593e17342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Stunts <f.pinamartins@gmail.com>
pkgname=raxml-standard-git
-pkgver=20150208
+pkgver=20180529
pkgrel=1
pkgdesc="Randomized Axelerated Maximum Likelihood - standard version from git"
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ depends=()
optdepends=('openmpi: for buildin MPI capable binary')
makedepends=('git' 'make')
conflicts=('raxml' 'raxml-mpi')
-source=('git+git://github.com/stamatak/standard-RAxML.git')
+source=('git+https://github.com/stamatak/standard-RAxML.git')
md5sums=('SKIP')
pkgver() {