summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-03-21 12:32:18 +0100
committerDaniel Peukert2020-03-21 12:32:18 +0100
commit59bbcce22561165c09b59dbaad799cb412deeac9 (patch)
tree64620ca630efbc1b8f5d5beffab93f9db1b13048
parent0cc6a4c8d077b5440b00cb3a5bf12be738186653 (diff)
downloadaur-59bbcce22561165c09b59dbaad799cb412deeac9.tar.gz
ocaml 4.09.1 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24deab89a712..9a04c0a9160f 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 = 2
+ pkgrel = 3
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-2.tar.gz::https://github.com/mirage/mmap/archive/v1.1.0.tar.gz
+ source = ocaml-mmap-1.1.0-3.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 3c3939230260..b42d1c4a1d92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='mmap'
pkgname="ocaml-$_projectname"
pkgver='1.1.0'
-pkgrel='2'
+pkgrel='3'
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"