From 613fef299528cff2957fa7a8e842db425962178f Mon Sep 17 00:00:00 2001 From: Patrik Plihal Date: Mon, 21 Sep 2015 14:35:42 +0200 Subject: [PATCH] add ckan-git conflict --- .SRCINFO | 5 +++-- PKGBUILD | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0866ac3..aee0fae 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,15 @@ # Generated by mksrcinfo v7 -# Mit Sep 16 07:46:58 UTC 2015 +# Mon Sep 21 12:35:18 UTC 2015 pkgbase = ckan pkgdesc = All you need to find, install, and manage mods for Kerbal Space Program (ksp) pkgver = 1.14.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/KSP-CKAN/CKAN/ arch = any license = MIT depends = curl depends = mono + conflicts = ckan-git source = https://github.com/KSP-CKAN/CKAN/releases/download/v1.14.2/ckan.exe sha256sums = 8a9ff893be074ec1c574072701a19fef3dadf9104888666bcdf2b71723e9c199 diff --git a/PKGBUILD b/PKGBUILD index 94944fe..be397f6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,13 @@ pkgname=ckan pkgver=1.14.2 -pkgrel=1 +pkgrel=2 pkgdesc='All you need to find, install, and manage mods for Kerbal Space Program (ksp)' arch=('any') url="https://github.com/KSP-CKAN/CKAN/" license=('MIT') depends=('curl' 'mono') +conflicts=('ckan-git') source=("https://github.com/KSP-CKAN/CKAN/releases/download/v${pkgver}/ckan.exe") sha256sums=('8a9ff893be074ec1c574072701a19fef3dadf9104888666bcdf2b71723e9c199')