summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7edf63e37cf7..38632ac6321d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-extlib
pkgdesc = Extends the OCaml standard library
- pkgver = 1.7.8
+ pkgver = 1.7.9
pkgrel = 1
url = https://github.com/ygrek/ocaml-extlib
arch = i686
@@ -11,8 +11,7 @@ pkgbase = ocaml-extlib
makedepends = cppo
depends = ocaml
options = staticlibs
- source = ocaml-extlib-1.7.8.tar.gz::https://github.com/ygrek/ocaml-extlib/archive/1.7.8.tar.gz
- sha256sums = 9e18c4f807afcef5e5d2050c7b4e375ebe7ee989820eff45d79f29f7195d26d8
+ source = ocaml-extlib-1.7.9.tar.gz::https://github.com/ygrek/ocaml-extlib/archive/1.7.9.tar.gz
+ sha256sums = 0e29211416b3d052d7d0dc3efb17af31642265980149fd2ffb668b3fa0db6b98
pkgname = ocaml-extlib
-
diff --git a/PKGBUILD b/PKGBUILD
index 14e9f6deede3..5a0c856e7856 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: lesebas < sebdeligny at gmail dot com>
pkgname=ocaml-extlib
-pkgver=1.7.8
+pkgver=1.7.9
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=('9e18c4f807afcef5e5d2050c7b4e375ebe7ee989820eff45d79f29f7195d26d8')
+sha256sums=('0e29211416b3d052d7d0dc3efb17af31642265980149fd2ffb668b3fa0db6b98')
build() {
cd ocaml-extlib-${pkgver}