summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:36:42 +0200
committerDaniel Peukert2021-07-31 15:36:42 +0200
commit204c9ec7d4caa39b4a7d7076d524c6b82e889f0e (patch)
tree22bdb93d62c10a04e460eef8eded5204528bc9d5
parenta18e5a78f9ca2c44645a448c3fbba8a0f50edca8 (diff)
downloadaur-204c9ec7d4caa39b4a7d7076d524c6b82e889f0e.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 253ca3fa1a2c..f022c26aabb7 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 = 5
+ pkgrel = 6
url = https://github.com/mirage/mmap
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = ocaml-mmap
makedepends = dune>=1.6.0
depends = ocaml>=4.02.3
options = !strip
- source = ocaml-mmap-1.1.0-5.tar.gz::https://github.com/mirage/mmap/archive/v1.1.0.tar.gz
+ source = ocaml-mmap-1.1.0-6.tar.gz::https://github.com/mirage/mmap/archive/v1.1.0.tar.gz
sha256sums = 28db2e3cc92e3cba800860a117b6bda40a00a3a7a1c138e5532eedf0b822001b
pkgname = ocaml-mmap
diff --git a/PKGBUILD b/PKGBUILD
index 299d6f5dc49a..9e2a79b64e01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='mmap'
pkgname="ocaml-$_projectname"
pkgver='1.1.0'
-pkgrel='5'
+pkgrel='6'
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"