summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMort Yao2017-10-24 13:40:47 +0200
committerMort Yao2017-10-24 13:40:47 +0200
commite6943b184bcda5fdfc2c86b7958c1a1d2ae6df9d (patch)
tree0e245cc11b5c0a8d66b1bb5bd3eb300acf3fdd23 /PKGBUILD
parent90c1e5c778b07efc0ec9e240b22652d9d129d9e4 (diff)
downloadaur-e6943b184bcda5fdfc2c86b7958c1a1d2ae6df9d.tar.gz
ocaml-stdint-git 20171013-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c44bc81d1915..b5222751c9ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=ocaml-stdint-git
pkgver=20171013
-pkgrel=1
+pkgrel=2
pkgdesc="Various signed and unsigned integers for OCaml"
arch=('i686' 'x86_64')
url='https://github.com/andrenth/ocaml-stdint'
license=('MIT')
+provides=('ocaml-stdint')
makedepends=('ocamlbuild' 'ocaml-findlib')
source=("${pkgname}::git://github.com/andrenth/ocaml-stdint.git")
md5sums=('SKIP')