summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-11-03 08:09:44 +0000
committerWill Handley2017-11-03 08:09:44 +0000
commitafc83851591102da464ec984638ccf46bcfb4a5d (patch)
tree677031021f0e5ede91a2b4e8024f576214cb4f67
parent7b7090435c11f69eaebceadccb5d9ac8299b6266 (diff)
downloadaur-afc83851591102da464ec984638ccf46bcfb4a5d.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 813db75baea0..0d518fb8da4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 2 21:39:51 UTC 2017
+# Fri Nov 3 08:09:44 UTC 2017
pkgbase = python-fgivenx-git
pkgdesc = Functional Posterior Plotter
pkgver = r121.406203d
- pkgrel = 1
+ pkgrel = 2
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 = python-fgivenx::git+https://github.com/williamjameshandley/fgivenx.git
+ source = git+https://github.com/williamjameshandley/fgivenx.git
md5sums = SKIP
pkgname = python-fgivenx-git
diff --git a/PKGBUILD b/PKGBUILD
index 4ffb5fd1a38c..ed9cb381a690 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=fgivenx
pkgname=python-$_pkgname-git
pkgver=r121.406203d
-pkgrel=1
+pkgrel=2
pkgdesc="Functional Posterior Plotter"
arch=('any')
url="https://github.com/williamjameshandley/fgivenx"
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install=
-source=("${pkgname%-git}::git+$url.git")
+source=("git+$url.git")
noextract=()
md5sums=('SKIP')