summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChucklesTheBeard2015-09-21 19:41:28 -0400
committerChucklesTheBeard2015-09-21 19:41:28 -0400
commit7f48d3a3dfcca9afffd479eba9bb19efbf951c5a (patch)
tree51c46b59360483c63c269b247be68121d037f558 /PKGBUILD
parentdd085f97917a4cf850a9bba4c8e8150d7cb44281 (diff)
downloadaur-7f48d3a3dfcca9afffd479eba9bb19efbf951c5a.tar.gz
Add conflicts line for easier switching between stable and -git packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32d3232fa302..097c7b679899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
# Contributer: Patrik Plihal <patrik.plihal@gmail.com>
pkgname=ckan-git
-pkgver=v1.10.3.r24.ge4c7d58
+pkgver=v1.14.2.r1.g1519f19
pkgrel=1
pkgdesc="A metadata repository and associated tools for searching, installing, and managing mods for Kerbal Space Program (KSP)"
arch=('any')
url="http://forum.kerbalspaceprogram.com/threads/100067-"
license=('MIT')
provides=('ckan')
+conflicts=('ckan')
depends=('mono' 'curl')
makedepends=('git' 'python2' 'python2-requests')
source=('git://github.com/KSP-CKAN/CKAN'