summaryrefslogtreecommitdiff
path: root/pcr/opam
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 04:25:32 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-04-30 04:25:32 -0500
commite6e3a6c4a29d19a623e1c4a9dabbb2c68d131561 (patch)
tree335f0df02e586bc34112d4f92d7f3cbdb33e0dbb /pcr/opam
parent2bbb1b0de9db1254c13c09b12c9cf9990482a383 (diff)
opam-1.2.1-1: updating version
Diffstat (limited to 'pcr/opam')
-rw-r--r--pcr/opam/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/opam/PKGBUILD b/pcr/opam/PKGBUILD
index ac240b221..0df15f1a7 100644
--- a/pcr/opam/PKGBUILD
+++ b/pcr/opam/PKGBUILD
@@ -2,14 +2,15 @@
# Contributor: Vincent B. <vb@luminar.eu.org>
pkgname=opam
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="OCaml Package Manager"
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64')
url="http://opam.ocaml.org"
license=('GPL')
depends=('ocaml' 'aspcud')
source=( https://github.com/ocaml/opam/releases/download/${pkgver}/opam-full-${pkgver}.tar.gz)
+md5sums=('04e8823a099ab631943952e4c2ab18fc')
build() {
cd ${srcdir}/opam-full-${pkgver}