diff options
author | Daniel Woffinden | 2020-12-08 21:14:12 +0000 |
---|---|---|
committer | Daniel Woffinden | 2020-12-08 21:14:12 +0000 |
commit | bd81516c0d143fe0ca792d0fe064114563d0e2a2 (patch) | |
tree | 0d1f6be8a5b1fba82d72453c949498a90fa3137c /PKGBUILD | |
parent | 103012be2d3ea62d6e05477d850778fa23797348 (diff) | |
download | aur-bd81516c0d143fe0ca792d0fe064114563d0e2a2.tar.gz |
Add python-z3 to provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ license=('MIT') depends=('gcc-libs') makedepends=('git' 'python') optdepends=('python: bindings for python') -conflicts=('z3' 'z3-bin' 'z3-codeplex') -provides=('z3') +conflicts=('z3' 'z3-bin' 'z3-codeplex' 'python-z3') +provides=('z3' 'python-z3') source=("$pkgname"::"git+$url") md5sums=('SKIP') |