summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2020-10-18 07:01:05 -0300
committerLucas Heitzmann Gabrielli2020-10-18 07:01:05 -0300
commite7c2e1649a8d8b85a6ed6dd02f54f1d3879e9c3e (patch)
tree3565f3190b1c2728d4212ce3e4aec7963ac1842e /PKGBUILD
parent0973b0bd3a895809eda2760a8455ee135754b44b (diff)
downloadaur-e7c2e1649a8d8b85a6ed6dd02f54f1d3879e9c3e.tar.gz
Minor changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c46faff67c01..e26c8fe4ddb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=python-slepc4py-git
pkgdesc="Python bindings for PETSc"
pkgver=20201014
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://gitlab.com/slepc/slepc4py"
provides=(slepc4py)
conflicts=(slepc4py)
license=('custom')
-depends=('slepc-git' 'python-petsc4py-git')
+depends=('slepc' 'python-petsc4py-git')
+makedepends=('git')
options=(!emptydirs)
source=("slepc4py::git+https://gitlab.com/slepc/slepc4py.git")
md5sums=('SKIP')