summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:41:33 +0200
committerDaniel Peukert2021-07-31 15:41:33 +0200
commitf8de68eb25fa2c89e4beae57d3b8d917c668ba81 (patch)
tree1a4afce1e09d5c9984b39e9a9c2c277310451d77
parentb2f3a82d2cdbd9fc9584285132ebe95e15df6256 (diff)
downloadaur-f8de68eb25fa2c89e4beae57d3b8d917c668ba81.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 633458fad0ed..4910734582ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-time_now
pkgdesc = Reports the current time
pkgver = 0.14.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/time_now
arch = x86_64
arch = i686
@@ -18,7 +18,7 @@ pkgbase = ocaml-time_now
depends = ocaml-ppx_base>=0.14.0
depends = ocaml-ppx_optcomp>=0.14.0
options = !strip
- source = ocaml-time_now-0.14.0-2.tar.gz::https://github.com/janestreet/time_now/archive/v0.14.0.tar.gz
+ source = ocaml-time_now-0.14.0-3.tar.gz::https://github.com/janestreet/time_now/archive/v0.14.0.tar.gz
sha256sums = 4fc6c0bfeb44c31bbc055456bb832ea782001b8708940f73c7c5f5cd744a2f8a
pkgname = ocaml-time_now
diff --git a/PKGBUILD b/PKGBUILD
index 2bd893452570..ff0dd89caf58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='time_now'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Reports the current time'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"