summaryrefslogtreecommitdiff
path: root/pcr/ocaml-text
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 05:58:38 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 05:58:38 -0500
commit4e738ea06fb621f10f5a45a7fcf22f6925b2e969 (patch)
tree6a942b9382a73767fa9dfebf23cc614322fac084 /pcr/ocaml-text
parent24c5cc4b71bc79f23872d72095aaa46f91baf88c (diff)
ocaml-text-0.6-1.1: rebuild
Diffstat (limited to 'pcr/ocaml-text')
-rw-r--r--pcr/ocaml-text/PKGBUILD5
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}"