diff options
author | Graham Gower | 2020-05-06 08:51:17 +0200 |
---|---|---|
committer | Graham Gower | 2020-05-06 08:51:17 +0200 |
commit | 3779e400dd01dc73597a59327af75cc330fe783f (patch) | |
tree | 0ea9dba36cd21fd928f0dd622e08b2dd9ee44cab | |
parent | 4d949df9e42572bb0fd0da97516ec20fce1216d4 (diff) | |
download | aur-3779e400dd01dc73597a59327af75cc330fe783f.tar.gz |
use master branch and update to pre-release version
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = slim-simulator pkgdesc = A forwards-time population genetic simulator. - pkgver = 3.3.2.r177.g148cdba4 + pkgver = 3.3.2.r261.g95cb6228 pkgrel = 1 url = https://messerlab.org/slim/ arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = slim-simulator makedepends = cmake depends = qt5-base conflicts = slim - source = git+https://github.com/MesserLab/SLiM.git#branch=qtslim + source = git+https://github.com/MesserLab/SLiM.git md5sums = SKIP pkgname = slim-simulator @@ -1,8 +1,8 @@ # Maintainer: Graham Gower <graham dot gower at gmail dot com> _gitname=SLiM -#_gittag=v3.3.2 # tag, branch, or commit; comment out to use latest +_gittag=95cb6228 # tag, branch, or commit; comment out to use latest pkgname=slim-simulator -pkgver=3.3.2.r177.g148cdba4 +pkgver=3.3.2.r261.g95cb6228 pkgrel=1 pkgdesc="A forwards-time population genetic simulator." arch=("x86_64") @@ -11,7 +11,7 @@ license=('GPL3') depends=("qt5-base") makedepends=("git" "cmake") conflicts=("slim") # a display manager, also called SLiM -source=("git+https://github.com/MesserLab/${_gitname}.git#branch=qtslim") +source=("git+https://github.com/MesserLab/${_gitname}.git") md5sums=('SKIP') prepare() { |