summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-11-03 08:21:15 +0000
committerWill Handley2017-11-03 08:21:15 +0000
commit0fa0902e43adcda6268982f4c51ce214f021fc25 (patch)
treef398efe13c27f03ab97a9f769f3b6c737320a98c
parent30d7bae5348850e906df83b1fa3201be5f0d78c3 (diff)
downloadaur-0fa0902e43adcda6268982f4c51ce214f021fc25.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 ea71f5c10d8c..707a559bb41a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 3 08:09:14 UTC 2017
+# Fri Nov 3 08:21:15 UTC 2017
pkgbase = python-camb-git
pkgdesc = Code for Anisotropies in the Microwave Background
pkgver = r491.0dbbbb9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cmbant/CAMB
arch = any
makedepends = git
@@ -12,7 +12,7 @@ pkgbase = python-camb-git
depends = gcc-fortran
provides = python-camb
conflicts = python-camb
- source = git+https://github.com/cmbant/CAMB.git
+ source = python-camb::git+https://github.com/cmbant/CAMB.git
md5sums = SKIP
pkgname = python-camb-git
diff --git a/PKGBUILD b/PKGBUILD
index f463923e85d1..eadd9883f850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=camb
pkgname=python-$_pkgname-git
pkgver=r491.0dbbbb9
-pkgrel=2
+pkgrel=3
pkgdesc="Code for Anisotropies in the Microwave Background"
arch=('any')
url="https://github.com/cmbant/CAMB"
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install=
-source=("git+$url.git")
+source=("${pkgname%-git}::git+$url.git")
noextract=()
md5sums=('SKIP')