summaryrefslogtreecommitdiff
path: root/community/camlp5
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-10 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2012-01-10 23:15:00 +0000
commitb8012183bbaae70ce4a714c618a967e85df9f521 (patch)
tree1df6f612c4f75faa9f54467e0a856bcdde0b6a1a /community/camlp5
parentfdcaf644692e151ddc596b148465ce4a77e6b670 (diff)
Tue Jan 10 23:14:59 UTC 2012
Diffstat (limited to 'community/camlp5')
-rw-r--r--community/camlp5/PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/community/camlp5/PKGBUILD b/community/camlp5/PKGBUILD
index 615926708..30a78fbef 100644
--- a/community/camlp5/PKGBUILD
+++ b/community/camlp5/PKGBUILD
@@ -4,23 +4,22 @@
# Contributor: Massimiliano Brocchini <brocchini@netseven.it>
pkgname=('camlp5' 'camlp5-transitional')
-_baseversion=6.02.3
-_patchlevel=1
-pkgver=${_baseversion}.${_patchlevel}
-pkgrel=2
+_baseversion=6.03
+_patchlevel=0
+#pkgver=${_baseversion}.${_patchlevel}
+pkgver=${_baseversion}
+pkgrel=1
arch=('i686' 'x86_64')
url='http://pauillac.inria.fr/~ddr/camlp5/'
license=('BSD')
-depends=('sh')
-makedepends=('ocaml')
-options=('!makeflags')
+depends=('ocaml')
source=("http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-${_baseversion}.tgz")
# upstream likes to release occasional patches instead of releasing new versions
for i in $(seq ${_patchlevel}); do
source+=("http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${_baseversion}-${i}")
done
-md5sums=('a4f5e0dc13c43d50eb655c8e929f556e'
- 'bd5afff0952b407bc63a7b1928e5d6d6')
+
+md5sums=('4988b871dc1ce713476819805b6dd7c6')
build() {
cd camlp5-${_baseversion}