summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 12:58:44 +0200
committerDaniel Peukert2023-05-22 12:58:44 +0200
commit6adf21644fbb611828ffbf368194bb33defd4817 (patch)
treefb909a369bea285836fe265d6d167272b02a8961
parent22c5c64f1aff16d943a1dd6d66ecb57f2b17633b (diff)
downloadaur-6adf21644fbb611828ffbf368194bb33defd4817.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 47426c1f5bc9..3d40fc2e67bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-luv
pkgdesc = Cross-platform asynchronous I/O and system calls
pkgver = 0.5.12
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/aantron/luv
arch = x86_64
arch = i486
@@ -17,7 +17,7 @@ pkgbase = ocaml-luv
depends = ocaml-ctypes>=0.14.0
depends = ocaml-stdlib-shims
options = !strip
- source = ocaml-luv-0.5.12-2.tar.gz::https://github.com/aantron/luv/archive/0.5.12.tar.gz
+ source = ocaml-luv-0.5.12-3.tar.gz::https://github.com/aantron/luv/archive/0.5.12.tar.gz
sha512sums = c79d18eb187ecaa15b3e031cf830c4d9f7e7ea935596516e8bb402616bbc5cd6048b7abe42d4b2ba7b0abcb41a046dff0674d65463fcdc68d7d05c83e25ccc73
pkgname = ocaml-luv
diff --git a/PKGBUILD b/PKGBUILD
index 2a8ad5b09261..9c486a47f1f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='luv'
pkgname="ocaml-$_projectname"
pkgver='0.5.12'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Cross-platform asynchronous I/O and system calls'
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/aantron/$_projectname"