summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89dadee87f1e..570ac5fbe8d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_fixed_literal
pkgdesc = Simpler notation for fixed point literals
pkgver = 0.17.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/janestreet/ppx_fixed_literal
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 99d678939f1c..9ea6b221929c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_fixed_literal'
pkgname="ocaml-$_projectname"
pkgver='0.17.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Simpler notation for fixed point literals'
arch=('x86_64' 'aarch64')
url="https://github.com/janestreet/$_projectname"