summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry-Joseph Audéoud2016-02-23 01:02:22 +0100
committerHenry-Joseph Audéoud2016-02-23 01:02:22 +0100
commita8e0f98e11c88a7d8b0919b39bafa749dab82481 (patch)
tree26013eb87ed3bd06c4740baf7864dec49f8d3a83
parent22957d180fdcf596adf8a13d8b4e0a6d9ff7ba08 (diff)
downloadaur-a8e0f98e11c88a7d8b0919b39bafa749dab82481.tar.gz
Fix 'conflicts' with 20kly
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fa59f17e53d..9479c497e038 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Henry-Joseph Audéoud <h.audeoud+aur@gmail.com>
pkgname=20kly-git
-pkgver=2.0
+pkgver=baba06d
pkgrel=1
pkgdesc="20'000 Light Years Into Space game"
arch=('any')
url="http://www.jwhitham.org/20kly/"
license=('GPL')
depends=('python2-pygame' 'glpk')
+conflicts=('20kly')
provides=('20kly')
source=("git+https://github.com/20kly/20kly.git"
'0001-fix.patch')