summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Bandel2015-12-07 13:16:06 +0100
committerOliver Bandel2015-12-07 13:16:06 +0100
commitd2a287503d133769d98e77cfbbca2667fdbf9011 (patch)
tree6c00d0e8c2b2c87898990c789f9a782e833de801
parent2c72bcf6d78aff735da12c517aeee28140338f91 (diff)
downloadaur-d2a287503d133769d98e77cfbbca2667fdbf9011.tar.gz
Release 4.0.9. of sqlite3-ocaml.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b2e7d4d5264..fd31c229ad0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Dec 7 12:13:45 UTC 2015
pkgbase = ocaml-sqlite3
pkgdesc = SQLite3 bindings for OCaml
- pkgver = 2.0.9
+ pkgver = 4.0.2
pkgrel = 1
url = http://mmottl.github.io/sqlite3-ocaml
arch = i686
@@ -11,8 +13,8 @@ pkgbase = ocaml-sqlite3
makedepends = sqlite3
options = !makeflags
options = staticlibs
- source = https://github.com/mmottl/sqlite3-ocaml/releases/download/v2.0.9/sqlite3-ocaml-2.0.9.tar.gz
- md5sums = bb4f1b86e9b56822183b31ce1b97f349
+ source = https://github.com/mmottl/sqlite3-ocaml/releases/download/v4.0.2/sqlite3-ocaml-4.0.2.tar.gz
+ md5sums = 77d9d5c50c8982bf8adc34d12c6d6c54
pkgname = ocaml-sqlite3
diff --git a/PKGBUILD b/PKGBUILD
index 9f39e7cd9069..c2d374e6b0f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ocaml-sqlite3
_pkgname=sqlite3-ocaml
-pkgver=2.0.9
+pkgver=4.0.2
pkgrel=1
pkgdesc="SQLite3 bindings for OCaml"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="http://mmottl.github.io/sqlite3-ocaml"
license=('MIT')
makedepends=('ocaml' 'ocaml-findlib' 'sqlite3')
source=("https://github.com/mmottl/sqlite3-ocaml/releases/download/v$pkgver/sqlite3-ocaml-$pkgver.tar.gz")
-md5sums=('bb4f1b86e9b56822183b31ce1b97f349')
+md5sums=('77d9d5c50c8982bf8adc34d12c6d6c54')
options=('!makeflags' 'staticlibs')
_pkgdir="$_pkgname-$pkgver"