summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAthemis2018-02-15 13:19:42 +0100
committerAthemis2018-02-15 13:19:42 +0100
commit946f845dc70fc59c5fdc2d4e828728599958b6d7 (patch)
tree484d8fd293bc09f030ccf30f3b61bb7a29c7934a /PKGBUILD
parent9a94a6fea6a80134667077d57b2526c042d85073 (diff)
downloadaur-946f845dc70fc59c5fdc2d4e828728599958b6d7.tar.gz
add libccp4-bzr to conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 780c8c60c25c..c429c1630220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Alexander Minges <alexander.minges@gmail.com>
pkgname=libccp4
pkgver=6.5.1
-pkgrel=4
+pkgrel=5
pkgdesc="Protein X-ray crystallography toolkit - Libraries"
arch=('i686' 'x86_64')
url="http://www.ccp4.ac.uk/"
license=('GPL')
depends=('mmdb2')
makedepends=('gcc-fortran')
+conflicts=('libccp4-bzr')
source=(ftp://ftp.ccp4.ac.uk/opensource/$pkgname-$pkgver.tar.gz)
sha256sums=('280b473d950cdf8837ef66147ec581104298b892399bd856f13b096f2395dbe5')