summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57e7d1c89d1f..b75d8a9921fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = python-slepc4py-git
pkgdesc = Python bindings for PETSc
pkgver = 20201014
- pkgrel = 2
+ pkgrel = 1
url = https://gitlab.com/slepc/slepc4py
arch = i686
arch = x86_64
license = custom
makedepends = git
- depends = slepc
- depends = python-petsc4py-git
+ depends = slepc-git
provides = slepc4py
conflicts = slepc4py
options = !emptydirs
- source = slepc4py::git+https://gitlab.com/slepc/slepc4py.git
+ source = slepc4py::git+https://gitlab.com/slepc/slepc4py.git#branch=maint
md5sums = SKIP
pkgname = python-slepc4py-git
diff --git a/PKGBUILD b/PKGBUILD
index e26c8fe4ddb0..c2c6aed3f26b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=python-slepc4py-git
pkgdesc="Python bindings for PETSc"
pkgver=20201014
-pkgrel=2
+pkgrel=1
arch=('i686' 'x86_64')
url="https://gitlab.com/slepc/slepc4py"
provides=(slepc4py)
conflicts=(slepc4py)
license=('custom')
-depends=('slepc' 'python-petsc4py-git')
+depends=('slepc-git')
makedepends=('git')
options=(!emptydirs)
-source=("slepc4py::git+https://gitlab.com/slepc/slepc4py.git")
+source=("slepc4py::git+https://gitlab.com/slepc/slepc4py.git#branch=maint")
md5sums=('SKIP')
pkgver() {