summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2025-01-22 09:03:09 +0100
committerDaniel Peukert2025-01-22 09:03:09 +0100
commit9d837e1612be2d32294c0942c2853aa707e22ef7 (patch)
tree61b31c1cb5f0610f9bb40d2169bead5a06406661
parentc748e9974f248fd25a0db0ebded1e6ab63c34324 (diff)
downloadaur-ocaml-base_quickcheck.tar.gz
ocaml 5.3.0 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91be85b61011..e5106c0e4720 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-base_quickcheck
pkgdesc = Randomized testing framework, designed for compatibility with Base
pkgver = 0.17.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/base_quickcheck
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index d1071f9d3fb1..312e7f559f38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='base_quickcheck'
pkgname="ocaml-$_projectname"
pkgver='0.17.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Randomized testing framework, designed for compatibility with Base'
arch=('x86_64' 'aarch64')
url="https://github.com/janestreet/$_projectname"