summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:44:46 +0100
committerWill Handley2022-07-01 15:44:46 +0100
commit79a93d6574d8a9c486c0ad6ae4ceb07ab27fb762 (patch)
treeaac5f6c776ac053c86be98906f221719b5fc8a1b /PKGBUILD
parentb3baf3c92bbff786bc8eb8c77b7f9f04a11643ae (diff)
downloadaur-python-class-git.tar.gz
Updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29f11367ab97..77d0ac4535be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_pkgname=class
pkgname=python-$_pkgname-git
-pkgver=r1294.de7d9d7
-pkgrel=4
+pkgver=r2004.aa92943e
+pkgrel=1
pkgdesc="CLASS: Cosmic Linear Anisotropy Solving System"
arch=('any')
url="https://github.com/lesgourg/class_public"
license=()
groups=()
-depends=('cython')
-makedepends=('git' 'python-setuptools')
+depends=(cython)
+makedepends=(git python-setuptools)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()