summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrés J. Díaz2018-05-11 17:59:32 +0200
committerAndrés J. Díaz2018-05-11 17:59:32 +0200
commit7b88b37aa67023fe39bbaf1440999035a50c60ec (patch)
tree180d46735e85fb7951e0e2080ed67348a2e6ecef /PKGBUILD
parente554e3f317635e406cd3e00b2f8cc4da8e8175ec (diff)
downloadaur-7b88b37aa67023fe39bbaf1440999035a50c60ec.tar.gz
Force the proper version of ocaml to compile sks properly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 461fff39b93b..f8d1440f9ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=sks
pkgver=1.1.6
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
license=('GPL')
pkgdesc='Synchronizing OpenPGP Key Server'
-makedepends=('ocaml' 'db' 'camlp4')
+makedepends=('ocaml<4.06' 'db<5.4' 'camlp4<4.06')
url='https://bitbucket.org/skskeyserver/sks-keyserver/'
install='sks.install'
backup=('etc/sks/sksconf'