diff options
-rw-r--r-- | pcr/ocaml-text/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/ocaml-text/PKGBUILD b/pcr/ocaml-text/PKGBUILD index 0ce09eabc..447d27fcc 100644 --- a/pcr/ocaml-text/PKGBUILD +++ b/pcr/ocaml-text/PKGBUILD @@ -4,15 +4,16 @@ srcname='ocaml-text' pkgname="${srcname}" pkgver='0.6' -pkgrel=1 +pkgrel=1.1 pkgdesc='A library for dealing with text in a convenient way' arch=('i686' 'x86_64' 'mips64el') url='http://forge.ocamlcore.org/projects/ocaml-text/' -license=('BSD') +license=('BSD3') depends=('ocaml>=3.11.0') makedepends=('ocaml-findlib') source=('http://forge.ocamlcore.org/frs/download.php/937/ocaml-text-0.6.tar.gz') options=('!strip') +md5sums=('86e4cb5849a01a34c21fad065501d696') build() { cd "$srcdir/${srcname}-${pkgver}" |