summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c6143376e2..226fc485f068 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Nov 6 14:28:23 UTC 2016
+# Tue Jun 6 09:30:38 UTC 2017
pkgbase = ocaml-dlist
pkgdesc = Difference list library for OCaml
pkgver = 0.1.0
diff --git a/PKGBUILD b/PKGBUILD
index a4b4eaf06527..c920efd481fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ocaml-dlist
pkgver=0.1.0
pkgrel=2
-license=('BSD')
-arch=('i686' 'x86_64')
pkgdesc="Difference list library for OCaml"
+arch=('i686' 'x86_64')
url="https://github.com/BYVoid/Dlist"
+license=('BSD')
depends=('ocaml' 'ocaml-ounit' 'ocaml-core_bench')
makedepends=('ocaml-findlib' 'ocp-build')
-source=("https://github.com/BYVoid/Dlist/archive/v${pkgver}.tar.gz")
options=('!strip')
+source=("https://github.com/BYVoid/Dlist/archive/v${pkgver}.tar.gz")
md5sums=('c1d4231c188b6e512e5037a32ed99039')
build() {