summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42de153f327a..ce97dc9263e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-mmap
pkgdesc = Provides a Mmap.map_file function for mapping files in memory
- pkgver = 1.1.0
- pkgrel = 7
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/mirage/mmap
arch = x86_64
arch = i686
@@ -12,8 +12,9 @@ pkgbase = ocaml-mmap
license = custom:LGPL2.1 with linking exception
makedepends = dune>=1.6.0
depends = ocaml>=4.02.3
+ depends = ocaml-bigarray-compat
options = !strip
- source = ocaml-mmap-1.1.0-7.tar.gz::https://github.com/mirage/mmap/archive/v1.1.0.tar.gz
- sha512sums = 8540a5ca1cde87cb5c7bf9b987aac1b180e95c13578db2aa6775908df416c4ce6bba7bdd8ee616c9a50d175b58ee84234e7ed7ecc6276b3af6aac0b6ef09c37c
+ source = ocaml-mmap-1.2.0-1.tar.gz::https://github.com/mirage/mmap/archive/v1.2.0.tar.gz
+ sha512sums = cef6c37953d62f2f7472147a03707d60401d92aaf4ddb2dbaa697ee4eee252f70d8068e8fe5c6a36e005d4cc738f61d2c5bea12d844f1e3a696fef2f6546d59c
pkgname = ocaml-mmap
diff --git a/PKGBUILD b/PKGBUILD
index b14bceec66b0..6e790fbd90dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='mmap'
pkgname="ocaml-$_projectname"
-pkgver='1.1.0'
-pkgrel='7'
+pkgver='1.2.0'
+pkgrel='1'
pkgdesc='Provides a Mmap.map_file function for mapping files in memory'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/mirage/$_projectname"
license=('custom:LGPL2.1 with linking exception')
-depends=('ocaml>=4.02.3')
+depends=('ocaml>=4.02.3' 'ocaml-bigarray-compat')
makedepends=('dune>=1.6.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('8540a5ca1cde87cb5c7bf9b987aac1b180e95c13578db2aa6775908df416c4ce6bba7bdd8ee616c9a50d175b58ee84234e7ed7ecc6276b3af6aac0b6ef09c37c')
+sha512sums=('cef6c37953d62f2f7472147a03707d60401d92aaf4ddb2dbaa697ee4eee252f70d8068e8fe5c6a36e005d4cc738f61d2c5bea12d844f1e3a696fef2f6546d59c')
_sourcedirectory="$_projectname-$pkgver"