summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Wellnitz2017-01-29 09:48:09 +0100
committerPhilip Wellnitz2017-01-29 09:48:09 +0100
commit71abee3c6599117b498587558c13323d7488dd27 (patch)
tree95a796dab9ad9c384071e5535f9b806cd101598d /PKGBUILD
parent00e0f15c9da0040794e02465755c29af69f4133f (diff)
downloadaur-71abee3c6599117b498587558c13323d7488dd27.tar.gz
add optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb4716242f7e..14f14372714a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=cms-germany-git
pkgver=r3304.6735dd6a
-pkgrel=2
+pkgrel=3
pkgdesc="CMS, or Contest Management System, is a distributed system for running and (to some extent) organizing a programming contest. This is a fork used for the German IOI team selection process."
arch=('i686' 'x86_64')
url="https://github.com/ioi-germany/cms"
@@ -16,6 +16,7 @@ depends=('postgresql' 'postgresql-client' 'python2'
)
optdepends=(
'fpc: support for Pascal submissions'
+ 'python2: taskoverview'
)
makedepends=(
'asciidoc'