summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2024-01-17 16:22:20 +0100
committerIyán Méndez Veiga2024-01-17 16:22:20 +0100
commit984d374f5c39ab5f49b0ab9d682982d6dda35be5 (patch)
treeaf9d97f931c052f6ea537f1bc55e3ab0f1c7b2bc
parent457617614680c926a05a1dfbea8c6e5103e2a882 (diff)
downloadaur-984d374f5c39ab5f49b0ab9d682982d6dda35be5.tar.gz
upgpkg: python-stanio-git r28.00dd7f4-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9e8615d2656..52f4e60de31c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-stanio-git
pkgdesc = A package to prepare inputs to Stan and reading its outputs
pkgver = r28.00dd7f4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/WardBrian/stanio
arch = any
license = BSD-3-Clause
@@ -14,6 +14,7 @@ pkgbase = python-stanio-git
makedepends = python-wheel
depends = python-numpy
provides = python-stanio
+ conflicts = python-stanio
source = stanio::git+https://github.com/WardBrian/stanio
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6a70fb94ee9b..e5d5b4876a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=python-stanio-git
_name=stanio
pkgver=r28.00dd7f4
-pkgrel=2
+pkgrel=3
pkgdesc="A package to prepare inputs to Stan and reading its outputs"
arch=('any')
url="https://github.com/WardBrian/stanio"
license=('BSD-3-Clause')
provides=('python-stanio')
+conflicts=('python-stanio')
depends=('python-numpy')
makedepends=(
'git'