summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 044c9c3b91b9..95b66bd397a6 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.13.0
- pkgrel = 1
+ pkgrel = 2
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.13.0
depends = ocaml-ppxlib>=0.9.0
options = !strip
- source = ocaml-ppx_hash-0.13.0-1.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_hash-0.13.0-2.tar.gz::https://github.com/janestreet/ppx_hash/archive/v0.13.0.tar.gz
sha256sums = fc7d8f9c0ec3ae859f38509419a36754456c15067a1e180d0e80a970726b010c
pkgname = ocaml-ppx_hash
diff --git a/PKGBUILD b/PKGBUILD
index 659f64c1b4da..88c0028a818f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_hash'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
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"