summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-11-03 08:21:24 +0000
committerWill Handley2017-11-03 08:21:24 +0000
commit051eadecebed0b186dfdffa8dde786f9b174d2f8 (patch)
tree43a25928e3314f7a7212ca84ea710a6c5113cb5a
parent8db751bb0f76bf6f9c08ccfbb41c8f96bb2a8522 (diff)
downloadaur-051eadecebed0b186dfdffa8dde786f9b174d2f8.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 f3a00dba79cc..8234d993a13f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 3 08:09:34 UTC 2017
+# Fri Nov 3 08:21:24 UTC 2017
pkgbase = python-class-git
pkgdesc = CLASS: Cosmic Linear Anisotropy Solving System
pkgver = r1294.de7d9d7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lesgourg/class_public
arch = any
makedepends = git
@@ -11,7 +11,7 @@ pkgbase = python-class-git
depends = cython
provides = python-class
conflicts = python-class
- source = git+https://github.com/lesgourg/class_public.git
+ source = python-class::git+https://github.com/lesgourg/class_public.git
md5sums = SKIP
pkgname = python-class-git
diff --git a/PKGBUILD b/PKGBUILD
index 4a8ea146f376..59e4c86decbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=class
pkgname=python-$_pkgname-git
pkgver=r1294.de7d9d7
-pkgrel=2
+pkgrel=3
pkgdesc="CLASS: Cosmic Linear Anisotropy Solving System"
arch=('any')
url="https://github.com/lesgourg/class_public"
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install=
-source=("git+$url.git")
+source=("${pkgname%-git}::git+$url.git")
noextract=()
md5sums=('SKIP')