diff options
-rw-r--r-- | pcr/cppo/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/cppo/PKGBUILD b/pcr/cppo/PKGBUILD index 1957294c3..007c31565 100644 --- a/pcr/cppo/PKGBUILD +++ b/pcr/cppo/PKGBUILD @@ -4,16 +4,16 @@ # Contributor: Justin Davis <jrcd 83 at gmail> pkgname=cppo -pkgver=1.0.0 +pkgver=1.1.2 pkgrel=1 pkgdesc="The C preprocessor written in OCaml" arch=('i686' 'x86_64') -license=('BSD') +license=('BSD3') depends=('glibc') makedepends=('ocaml-findlib') url='http://mjambon.com/cppo.html' source=("http://mjambon.com/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") - +md5sums=('f1a551639c0c667ee8840d95ea5b2ab7') build() { cd $srcdir/$pkgname-$pkgver make |