summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-11-03 08:21:34 +0000
committerWill Handley2017-11-03 08:21:34 +0000
commitdbb5ebde179162414950e8ed03faaf91dad2ec7e (patch)
tree2a6c8932f0d0f6c8041ce730bd28b355609c6339
parentafc83851591102da464ec984638ccf46bcfb4a5d (diff)
downloadaur-dbb5ebde179162414950e8ed03faaf91dad2ec7e.tar.gz
Added back necessary directory
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d518fb8da4c..ce34d1aa9bd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 3 08:09:44 UTC 2017
+# Fri Nov 3 08:21:34 UTC 2017
pkgbase = python-fgivenx-git
pkgdesc = Functional Posterior Plotter
pkgver = r121.406203d
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/williamjameshandley/fgivenx
arch = any
license = MIT
@@ -17,7 +17,7 @@ pkgbase = python-fgivenx-git
depends = python-tqdm
provides = python-fgivenx
conflicts = python-fgivenx
- source = git+https://github.com/williamjameshandley/fgivenx.git
+ source = python-fgivenx::git+https://github.com/williamjameshandley/fgivenx.git
md5sums = SKIP
pkgname = python-fgivenx-git
diff --git a/PKGBUILD b/PKGBUILD
index ed9cb381a690..2d1fc541958c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=fgivenx
pkgname=python-$_pkgname-git
pkgver=r121.406203d
-pkgrel=2
+pkgrel=3
pkgdesc="Functional Posterior Plotter"
arch=('any')
url="https://github.com/williamjameshandley/fgivenx"
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install=
-source=("git+$url.git")
+source=("${pkgname%-git}::git+$url.git")
noextract=()
md5sums=('SKIP')