summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:01:19 +0200
committerDaniel Peukert2023-05-22 13:01:19 +0200
commit24391f8c1373591928330231f8842b7a15ba2719 (patch)
tree9124db70d86ff5b63f77e6c20a6e1a26eda6446f
parent987979b803f7021a3216d91f65d46aea9ec3d2bb (diff)
downloadaur-24391f8c1373591928330231f8842b7a15ba2719.tar.gz
Bump ocaml packages
-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')