summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:38:51 +0200
committerDaniel Peukert2021-07-31 15:38:51 +0200
commit9687644fba679faea1d5e626e89b11f6ca39cf3a (patch)
tree6e5c8cf97bf1a09995ebe659671206f68c88b766
parent3316d0c751617caf26ba16826124207bd3d8af5e (diff)
downloadaur-9687644fba679faea1d5e626e89b11f6ca39cf3a.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 47bbcf09ffaf..0e76354e9564 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_hash
pkgdesc = A ppx rewriter that generates hash functions from type expressions and definitions
pkgver = 0.14.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/ppx_hash
arch = x86_64
arch = i686
@@ -17,7 +17,7 @@ pkgbase = ocaml-ppx_hash
depends = ocaml-ppx_sexp_conv>=0.14.0
depends = ocaml-ppxlib>=0.11.0
options = !strip
- source = ocaml-ppx_hash-0.14.0-2.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_hash-0.14.0-3.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.14.0.tar.gz
sha256sums = bfd7d82db037329239db5ea73b7ec08bb40979263d43858c649826408b66db2e
pkgname = ocaml-ppx_hash
diff --git a/PKGBUILD b/PKGBUILD
index b4c0feb77889..d3dcbf54adde 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='ppx_hash'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='A ppx rewriter that generates hash functions from type expressions and definitions'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"