summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-11-03 08:09:56 +0000
committerWill Handley2017-11-03 08:09:56 +0000
commit0e92fa7cadf2c762323a366612140f87530eb645 (patch)
tree968296849aa5122dbd8fa96396aaaf64de539a20
parente48c9b0c9da372fa565b5eee591dbeb029410525 (diff)
downloadaur-0e92fa7cadf2c762323a366612140f87530eb645.tar.gz
Removed unnecessary directory
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8732d905a9f7..569158b77445 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 2 21:45:59 UTC 2017
+# Fri Nov 3 08:09:56 UTC 2017
pkgbase = python-getdist-git
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
pkgver = r112.de5e238
- pkgrel = 1
+ pkgrel = 2
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 = python-getdist::git+https://github.com/cmbant/getdist.git
+ source = git+https://github.com/cmbant/getdist.git
md5sums = SKIP
pkgname = python-getdist-git
diff --git a/PKGBUILD b/PKGBUILD
index b836d64513c8..8756a07a106b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=getdist
pkgname=python-$_pkgname-git
pkgver=r112.de5e238
-pkgrel=1
+pkgrel=2
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=("${pkgname%-git}::git+$url.git")
+source=("git+$url.git")
noextract=()
md5sums=('SKIP')