summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Bailey2017-11-21 00:18:00 -0500
committerEric Bailey2017-11-21 00:18:00 -0500
commit4cda22cdd85b54af88a9c01daf2e118c80ae01ca (patch)
tree0f959658fc950d6cef8a18960d89e95f8e1188a2
parentabf19b78223d3fc52e8bfd7236ad085bc5a86e67 (diff)
downloadaur-4cda22cdd85b54af88a9c01daf2e118c80ae01ca.tar.gz
update to 0.3.5. Switch from md5 to sha256 for integrity check
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dedb7c9ba4dc..229f62e9d237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Jun 10 16:30:26 UTC 2017
+# Tue Nov 21 05:15:59 UTC 2017
pkgbase = gapi-ocaml
pkgdesc = A simple OCaml client for Google Services.
- pkgver = 0.3.4
+ pkgver = 0.3.5
pkgrel = 1
url = https://astrada.github.io/gapi-ocaml/
arch = x86_64
arch = i686
license = MIT
makedepends = ocamlbuild
- depends = ocaml>=3.12.0
+ depends = ocaml>=4.02.3
depends = ocaml-findlib>=1.2.7
- depends = ocamlnet>=3.5.1
+ depends = ocamlnet>=4.1.4
depends = ocaml-curl>=0.5.3
depends = ocaml-cryptokit>=1.3.14
depends = ocaml-extlib>=1.5.1
@@ -19,8 +19,8 @@ pkgbase = gapi-ocaml
depends = ocaml-xmlm>=1.0.2
options = !strip
options = staticlibs
- source = https://github.com/astrada/gapi-ocaml/archive/v0.3.4.tar.gz
- md5sums = 8f4b9a2fb59279db089d54e70313c037
+ source = https://github.com/astrada/gapi-ocaml/archive/v0.3.5.tar.gz
+ sha256sums = c913341cd29a0a6bb8fcfad4783eeea2d8d1c6d4a287f1bcf538d0d5f8d22f20
pkgname = gapi-ocaml
diff --git a/PKGBUILD b/PKGBUILD
index 92012701dd29..74e1ee9626cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: nerflad (nerflad@gmail.com)
pkgname=gapi-ocaml
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
pkgdesc="A simple OCaml client for Google Services."
arch=("x86_64" "i686")
@@ -9,9 +9,9 @@ url="https://astrada.github.io/gapi-ocaml/"
license=('MIT')
makedepends=('ocamlbuild')
depends=(
-'ocaml>=3.12.0'
+'ocaml>=4.02.3'
'ocaml-findlib>=1.2.7'
-'ocamlnet>=3.5.1'
+'ocamlnet>=4.1.4'
'ocaml-curl>=0.5.3'
'ocaml-cryptokit>=1.3.14'
'ocaml-extlib>=1.5.1'
@@ -20,7 +20,7 @@ depends=(
)
source=(https://github.com/astrada/$pkgname/archive/v$pkgver.tar.gz)
options=('!strip' 'staticlibs')
-md5sums=('8f4b9a2fb59279db089d54e70313c037')
+sha256sums=('c913341cd29a0a6bb8fcfad4783eeea2d8d1c6d4a287f1bcf538d0d5f8d22f20')
build() {