summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-03-30 04:40:19 +0800
committerYen Chi Hsuan2017-03-30 04:40:19 +0800
commit7ba54f4f7545b7639a510f5d8454823451f6b7df (patch)
tree1073ed270435b9d0ad3551c7f2b683d1b4163972
parent3551792ddc251694040edfc5c154c726d86f4bf0 (diff)
downloadaur-7ba54f4f7545b7639a510f5d8454823451f6b7df.tar.gz
Bump to 1.7.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4521ba27113..d049fda74b5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Nov 15 18:29:20 UTC 2016
pkgbase = ocaml-extlib
pkgdesc = Extends the OCaml standard library
- pkgver = 1.7.1
+ pkgver = 1.7.2
pkgrel = 1
url = https://github.com/ygrek/ocaml-extlib
arch = i686
@@ -12,8 +10,8 @@ pkgbase = ocaml-extlib
makedepends = cppo
depends = ocaml
options = staticlibs
- source = ocaml-extlib-1.7.1.tar.gz::https://github.com/ygrek/ocaml-extlib/archive/1.7.1.tar.gz
- sha256sums = 872a492be08bb99ddac7512ec190625718359458b79cfc710f40d5a967f628eb
+ source = ocaml-extlib-1.7.2.tar.gz::https://github.com/ygrek/ocaml-extlib/archive/1.7.2.tar.gz
+ sha256sums = 00fa8ad0990e75b94902ef013ba5ec9cc51532663e1e3059ebe7a850576eb90a
pkgname = ocaml-extlib
diff --git a/PKGBUILD b/PKGBUILD
index 94d7a80bfd6f..aeb41d2cb0be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: lesebas < sebdeligny at gmail dot com>
pkgname=ocaml-extlib
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc="Extends the OCaml standard library"
arch=('i686' 'x86_64')
@@ -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=('872a492be08bb99ddac7512ec190625718359458b79cfc710f40d5a967f628eb')
+sha256sums=('00fa8ad0990e75b94902ef013ba5ec9cc51532663e1e3059ebe7a850576eb90a')
build() {
cd ocaml-extlib-${pkgver}