summaryrefslogtreecommitdiff
path: root/pcr/cppo
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 06:01:49 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 06:01:49 -0500
commite0a95873a405f82dd268f5cd74a3166e1011adaf (patch)
treed468f8ff0d2bc74925cece32d8b1e00e309abb06 /pcr/cppo
parentb574d79b673542beecc8b508364f26a949f1cecb (diff)
cppo-1.1.2-1: updating version
Diffstat (limited to 'pcr/cppo')
-rw-r--r--pcr/cppo/PKGBUILD6
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