summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9642b498e9b0..e67a3e458e1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index b211f3bb545a..4af7c3714ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {