summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXuanrui Qi2019-04-27 01:06:20 -0400
committerXuanrui Qi2019-04-27 01:06:20 -0400
commit1588a51e8f0dd01a83523fe3a4ec8ac995cf319a (patch)
tree286bf6a2711bc7ea1d112172d6d8f51e559f4e02 /PKGBUILD
parent785d620c9236ebb6ffb01ae04a6cf758b8ff721a (diff)
downloadaur-1588a51e8f0dd01a83523fe3a4ec8ac995cf319a.tar.gz
Fix small bugs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4cf5e4f3b584..710dfa3af528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=compcert
_dirname=CompCert
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc="The formally verified C compiler"
arch=('x86_64')
-url="http://compcert.inria.fr/download.html"
+url="http://compcert.inria.fr"
license=('custom:INRIA Non-Commercial License Agreement')
depends=('gcc')
makedepends=('coq>=8.6.1' 'ocaml>=4.0.2'