summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAthemis2018-02-15 13:29:14 +0100
committerAthemis2018-02-15 13:29:14 +0100
commitd7362d31c35021d735f456d9e91bd59c1f06bea6 (patch)
tree21353a2dfe8c68f0623d26933940640284a1c6ef /PKGBUILD
parent8d1edb822e2bd873be52956d7591a27c3d845bf2 (diff)
downloadaur-libccp4-bzr.tar.gz
add specific version to provides array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f3f755398a0..18d9204059f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alexander Minges <alexander.minges@gmail.com>
pkgname=libccp4-bzr
pkgver=r1861
-pkgrel=1
+pkgrel=2
pkgdesc="Protein X-ray crystallography toolkit - Libraries"
arch=('i686' 'x86_64')
url="http://www.ccp4.ac.uk/"
license=('GPL')
-provides=('libccp4')
+provides=('libccp4=7.0.0')
conflicts=('libccp4')
depends=('mmdb2')
makedepends=('bzr' 'gcc-fortran')