summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:03:30 +0200
committerDaniel Peukert2023-05-22 13:03:30 +0200
commit0cf3e47c1074e235e837ca5fbd7a346ed7849c07 (patch)
tree57faeb9db28267a7d1537fd46c5e91b7dbb2f71c
parent5f7080ad4f9034f9834693700cbddc2b2a07150c (diff)
downloadaur-0cf3e47c1074e235e837ca5fbd7a346ed7849c07.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 543f7181080e..0f97d2f009b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_stable
pkgdesc = Stable types conversions generator
pkgver = 0.15.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/janestreet/ppx_stable
arch = x86_64
arch = i686
@@ -14,7 +14,7 @@ pkgbase = ocaml-ppx_stable
depends = ocaml-base>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_stable-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_stable/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_stable-0.15.0-4.tar.gz::https://github.com/janestreet/ppx_stable/archive/v0.15.0.tar.gz
sha512sums = 1be50f061d55ea0fcb8bd846955da3ceb07b97986d74a06b41c0f6b5c0dfb3a55f9e39e47f64ae227ecce89dd31dc3b03082031748982419d4ce9a14b5cdb436
pkgname = ocaml-ppx_stable
diff --git a/PKGBUILD b/PKGBUILD
index 0fe7c66e055f..f0824d4c2c2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_stable'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Stable types conversions generator'
# 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')