summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a602a5dd3c8d..9e909edf7418 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-swyft-git
pkgdesc = swyft is the official implementation of Truncated Marginal Neural Ratio Estimation (TMNRE), a hyper-efficient, simulation-based inference technique for complex data and expensive simulators.
- pkgver = r1216.06cc085
+ pkgver = r1231.7fc474f
pkgrel = 1
url = https://github.com/undark-lab/swyft
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-swyft-git
depends = python-fasteners
provides = python-swyft
conflicts = python-swyft
- source = python-swyft::git+https://github.com/undark-lab/swyft.git
+ source = python-swyft::git+https://github.com/undark-lab/swyft.git#branch=dev
md5sums = SKIP
pkgname = python-swyft-git
diff --git a/PKGBUILD b/PKGBUILD
index eb22770619a5..03a8144d7172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_name=swyft
pkgname=python-$_name-git
-pkgver=r1216.06cc085
+pkgver=r1231.7fc474f
pkgrel=1
pkgdesc="swyft is the official implementation of Truncated Marginal Neural Ratio Estimation (TMNRE), a hyper-efficient, simulation-based inference technique for complex data and expensive simulators."
arch=(any)
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install=
-source=("${pkgname%-git}::git+$url.git")
+source=("${pkgname%-git}::git+$url.git#branch=dev")
noextract=()
md5sums=(SKIP)