summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ5lx2015-10-05 17:40:20 +0200
committerJ5lx2015-10-05 17:40:20 +0200
commit4b7aada0b2c2945a3b09272a922caa4f3e9a1fe4 (patch)
tree5eaff6e80d067919467511bd054aa5377e7fb8d8
parent195d687df04fcf890f5d39e947c64d7941cd477e (diff)
downloadaur-4b7aada0b2c2945a3b09272a922caa4f3e9a1fe4.tar.gz
113.00.00-1: Update to upstream version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8966de8af7e9..0746966207ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-fieldslib
pkgdesc = OCaml record fields as first class values
- pkgver = 109.20.03
+ pkgver = 113.00.00
pkgrel = 1
url = https://github.com/janestreet/fieldslib
arch = i686
@@ -11,8 +11,8 @@ pkgbase = ocaml-fieldslib
depends = camlp4
depends = ocaml-type_conv
options = !strip
- source = https://ocaml.janestreet.com/ocaml-core/109.20.00/individual/fieldslib-109.20.03.tar.gz
- md5sums = 9e18d16c61a4e4a38e8e33b6f6f00ddf
+ source = https://ocaml.janestreet.com/ocaml-core/113.00/files/fieldslib-113.00.00.tar.gz
+ md5sums = 1d6c41507d25bcfdd24ce4e97efea404
pkgname = ocaml-fieldslib
diff --git a/PKGBUILD b/PKGBUILD
index 14df5deeb32a..f95c1bdf5f7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=ocaml-fieldslib
-pkgver=109.20.03
+pkgver=113.00.00
pkgrel=1
license=('Apache')
arch=('i686' 'x86_64')
@@ -9,9 +9,9 @@ pkgdesc="OCaml record fields as first class values "
url="https://github.com/janestreet/fieldslib"
depends=('ocaml' 'camlp4' 'ocaml-type_conv')
makedepends=('ocaml-findlib')
-source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+").00/individual/${pkgname#ocaml-}-${pkgver}.tar.gz")
+source=("https://ocaml.janestreet.com/ocaml-core/$(echo ${pkgver} | grep -Po "^[0-9]+\.[0-9]+")/files/${pkgname#ocaml-}-${pkgver}.tar.gz")
options=('!strip')
-md5sums=('9e18d16c61a4e4a38e8e33b6f6f00ddf')
+md5sums=('1d6c41507d25bcfdd24ce4e97efea404')
build() {
cd "${srcdir}/${pkgname#ocaml-}-${pkgver}"