summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 569158b77445..19813c1bf6d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 3 08:09:56 UTC 2017
+# Fri Nov 3 08:21:43 UTC 2017
pkgbase = python-getdist-git
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
pkgver = r112.de5e238
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cmbant/getdist
arch = any
makedepends = git
@@ -16,7 +16,7 @@ pkgbase = python-getdist-git
depends = python-pandas
provides = python-getdist
conflicts = python-getdist
- source = git+https://github.com/cmbant/getdist.git
+ source = python-getdist::git+https://github.com/cmbant/getdist.git
md5sums = SKIP
pkgname = python-getdist-git
diff --git a/PKGBUILD b/PKGBUILD
index 8756a07a106b..4e6c9a47b425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=getdist
pkgname=python-$_pkgname-git
pkgver=r112.de5e238
-pkgrel=2
+pkgrel=3
pkgdesc="MCMC sample analysis, kernel densities, plotting, and GUI"
arch=('any')
url="https://github.com/cmbant/getdist"
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install=
-source=("git+$url.git")
+source=("${pkgname%-git}::git+$url.git")
noextract=()
md5sums=('SKIP')