summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 12:57:27 +0200
committerDaniel Peukert2023-05-22 12:57:27 +0200
commit8212ff8162c4917dc75c4c2e059afd91592656e7 (patch)
treea88f24b9f0835b4eaa776e4e4342931fda7bd43e
parentbf48abc3e1e6c9cd585c4fa24dd2845dcad3a6ef (diff)
downloadaur-8212ff8162c4917dc75c4c2e059afd91592656e7.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 daf31aa9add7..1a07b79c3487 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-dtoa
pkgdesc = double-to-ascii ocaml implementation
pkgver = 0.3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/flow/ocaml-dtoa
arch = x86_64
arch = i486
@@ -14,7 +14,7 @@ pkgbase = ocaml-dtoa
makedepends = dune>=2.0.0
depends = ocaml>=4.01.0
options = !strip
- source = ocaml-dtoa-0.3.3-1.tar.gz::https://github.com/flow/ocaml-dtoa/archive/v0.3.3.tar.gz
+ source = ocaml-dtoa-0.3.3-2.tar.gz::https://github.com/flow/ocaml-dtoa/archive/v0.3.3.tar.gz
sha512sums = f5d9a287637c7a32c48ad2bbb0d7420c1b59fca26e2569b234d8f0e7b2d6b99d3f3cf0f2755e50d51c7453422593c2be6a54a90f49dfd672622c04f52c92359e
pkgname = ocaml-dtoa
diff --git a/PKGBUILD b/PKGBUILD
index e3f3834fdb87..c22cb07fc5f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='dtoa'
pkgname="ocaml-$_projectname"
pkgver='0.3.3'
-pkgrel='1'
+pkgrel='2'
pkgdesc='double-to-ascii ocaml implementation'
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/flow/$pkgname"