summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bailey2019-05-24 22:03:54 -0400
committerEric Bailey2019-05-24 22:03:54 -0400
commit71ea2048b4eb5229b8697716eae70042ef575312 (patch)
tree1a33f4fa243e6460b4aca1cffe8d0aac74c678c0
parent51c56a750d7f91880873270463af5990d542bcc1 (diff)
downloadaur-71ea2048b4eb5229b8697716eae70042ef575312.tar.gz
1.7.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4839c858bf1b..b481f4ebc8b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Aug 19 19:06:24 UTC 2018
pkgbase = ocaml-extlib
pkgdesc = Extends the OCaml standard library
- pkgver = 1.7.5
+ pkgver = 1.7.6
pkgrel = 1
url = https://github.com/ygrek/ocaml-extlib
arch = i686
@@ -13,8 +11,8 @@ pkgbase = ocaml-extlib
makedepends = cppo
depends = ocaml
options = staticlibs
- source = ocaml-extlib-1.7.5.tar.gz::https://github.com/ygrek/ocaml-extlib/archive/1.7.5.tar.gz
- sha256sums = 28e36367a65b1a5886d09f6d535e73b4aa88076778594c62df653a2b1536e62d
+ source = ocaml-extlib-1.7.6.tar.gz::https://github.com/ygrek/ocaml-extlib/archive/1.7.6.tar.gz
+ sha256sums = a1758f6a393100f0f7505883feb421149986569629bbe30d3507948582f86939
pkgname = ocaml-extlib
diff --git a/PKGBUILD b/PKGBUILD
index a8d662ff5fe2..d3532cb067a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: lesebas < sebdeligny at gmail dot com>
pkgname=ocaml-extlib
-pkgver=1.7.5
+pkgver=1.7.6
pkgrel=1
pkgdesc="Extends the OCaml standard library"
arch=('i686' 'x86_64' 'armv7h')
@@ -12,7 +12,7 @@ depends=('ocaml')
makedepends=('ocaml-findlib' 'cppo')
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/ygrek/ocaml-extlib/archive/${pkgver}.tar.gz")
options=('staticlibs')
-sha256sums=('28e36367a65b1a5886d09f6d535e73b4aa88076778594c62df653a2b1536e62d')
+sha256sums=('a1758f6a393100f0f7505883feb421149986569629bbe30d3507948582f86939')
build() {
cd ocaml-extlib-${pkgver}