diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-30 02:49:08 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-04-30 02:49:08 -0500 |
commit | 67abd464d1d2f8d853bfe924c094a834cd0c97ec (patch) | |
tree | a8ea9b7d36a149e854623d46a4dafd39933d3009 /pcr/ocaml-easy-format | |
parent | d7f22b4528b267552d96782e3e921efb87db6b6b (diff) |
ocaml-easy-format-1.0.2-1.1: rebuild
Diffstat (limited to 'pcr/ocaml-easy-format')
-rw-r--r-- | pcr/ocaml-easy-format/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/ocaml-easy-format/PKGBUILD b/pcr/ocaml-easy-format/PKGBUILD index 75df99f27..aac75df61 100644 --- a/pcr/ocaml-easy-format/PKGBUILD +++ b/pcr/ocaml-easy-format/PKGBUILD @@ -8,15 +8,15 @@ pkgname=ocaml-easy-format _oname=easy-format pkgver=1.0.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="Data pretty printing made easy" url="http://mjambon.com/easy-format.html" arch=('i686' 'x86_64') options=('!strip' 'staticlibs') -license=('BSD') +license=('BSD3') makedepends=('ocaml-findlib') source=(http://mjambon.com/releases/${_oname}/${_oname}-${pkgver}.tar.gz) - +md5sums=('82f6db85477831cab11e4cfe80321225') build() { cd $srcdir/$_oname-$pkgver make |