summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 13:00:17 +0200
committerDaniel Peukert2023-05-22 13:00:17 +0200
commita3632b87f53b8f06734393071395b4f9d2f18dcd (patch)
treeb34afc32e9e361956fb63477769c0be7468d03a6
parente8f30e9575983bc3cb9ed186dd2cf4937c954090 (diff)
downloadaur-a3632b87f53b8f06734393071395b4f9d2f18dcd.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 43f299f074e7..77abef0b9c5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_cold
pkgdesc = Expands [@Cold] into [@inline never][@specialise never][@Local never]
pkgver = 0.15.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/janestreet/ppx_cold
arch = x86_64
arch = i686
@@ -14,7 +14,7 @@ pkgbase = ocaml-ppx_cold
depends = ocaml-base>=0.15.0
depends = ocaml-ppxlib>=0.23.0
options = !strip
- source = ocaml-ppx_cold-0.15.0-3.tar.gz::https://github.com/janestreet/ppx_cold/archive/v0.15.0.tar.gz
+ source = ocaml-ppx_cold-0.15.0-4.tar.gz::https://github.com/janestreet/ppx_cold/archive/v0.15.0.tar.gz
sha512sums = 239b78e8c03d47973be4d72d4879a0290367f96033b9d3a5d723a1c35e02121af86d5e41fd08dcf4746a8c6d521c94cf41eff6b4a439a204e0a5a3a0c49d9bf1
pkgname = ocaml-ppx_cold
diff --git a/PKGBUILD b/PKGBUILD
index 73ee2da846c4..ac18f3a5a055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_cold'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Expands [@Cold] into [@inline never][@specialise never][@Local never]'
# 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')