summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2017-11-03 08:09:34 +0000
committerWill Handley2017-11-03 08:09:34 +0000
commit8db751bb0f76bf6f9c08ccfbb41c8f96bb2a8522 (patch)
tree9fa6f1c6c7dbb0a7628ee4b510f3f74ab1d3c44c
parent90b079a28caec248eacbfe1d185d3c0c36bb5bea (diff)
downloadaur-8db751bb0f76bf6f9c08ccfbb41c8f96bb2a8522.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 312a750b751b..f3a00dba79cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Nov 3 07:36:37 UTC 2017
+# Fri Nov 3 08:09:34 UTC 2017
pkgbase = python-class-git
pkgdesc = CLASS: Cosmic Linear Anisotropy Solving System
pkgver = r1294.de7d9d7
- pkgrel = 1
+ pkgrel = 2
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 = python-class::git+https://github.com/lesgourg/class_public.git
+ source = git+https://github.com/lesgourg/class_public.git
md5sums = SKIP
pkgname = python-class-git
diff --git a/PKGBUILD b/PKGBUILD
index b64b2c1c3cb1..4a8ea146f376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=class
pkgname=python-$_pkgname-git
pkgver=r1294.de7d9d7
-pkgrel=1
+pkgrel=2
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=("${pkgname%-git}::git+$url.git")
+source=("git+$url.git")
noextract=()
md5sums=('SKIP')