summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9a7ae1387dd..57e7d1c89d1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-slepc4py-git
pkgdesc = Python bindings for PETSc
pkgver = 20201014
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/slepc/slepc4py
arch = i686
arch = x86_64
license = custom
- depends = slepc-git
+ makedepends = git
+ depends = slepc
depends = python-petsc4py-git
provides = slepc4py
conflicts = slepc4py
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')