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 3401e40b415d..521a2316e5cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_fixed_literal
pkgdesc = Simpler notation for fixed point literals
pkgver = 0.15.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/janestreet/ppx_fixed_literal
arch = x86_64
arch = i686
@@ -14,7 +14,7 @@ pkgbase = ocaml-ppx_fixed_literal
depends = ocaml-base>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_fixed_literal-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_fixed_literal/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_fixed_literal-0.15.0-4.tar.gz::https://github.com/janestreet/ppx_fixed_literal/archive/v0.15.0.tar.gz
sha512sums = 3842162928f6a87b39abaea15cbed8c8f59349b20711d6f8af011cd0dec48a75f59e422db6907425203fc98f438dd758a3e8973900844b60cbf47f27bc9ac394
pkgname = ocaml-ppx_fixed_literal
diff --git a/PKGBUILD b/PKGBUILD
index b675a7adf65a..9cc292214722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_fixed_literal'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Simpler notation for fixed point literals'
# If you're running on i686, pentium4, armv7h or aarch64, you have to add it to the arch array of the ocaml-biniou, ocaml-easy-format and ocaml-yojson AUR dependencies
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')