summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:55:51 +0200
committerDaniel Peukert2022-08-10 21:55:51 +0200
commitc01e7f4dfba364c6c3b7558af98b4feb5d1ee2e3 (patch)
tree50ef1ca948185a275ab5a491b1301a378b464dcb
parentcd134e8cf82acb51a45b554045fa134c4c5365ce (diff)
downloadaur-c01e7f4dfba364c6c3b7558af98b4feb5d1ee2e3.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd60cf9ab361..2b74c8f5156d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-luv
pkgdesc = Cross-platform asynchronous I/O and system calls
pkgver = 0.5.11
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/aantron/luv
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-luv
depends = ocaml-ctypes>=0.14.0
depends = ocaml-result
options = !strip
- source = ocaml-luv-0.5.11-3.tar.gz::https://github.com/aantron/luv/archive/0.5.11.tar.gz
+ source = ocaml-luv-0.5.11-4.tar.gz::https://github.com/aantron/luv/archive/0.5.11.tar.gz
sha512sums = 3034b70935bc1bf1f6c2b7a34b0997ebf91e08e232576c48cc6499c59f2ad611e9c69daf8670f1190d74d2e6956a79ae60aa192e5b9f9041ddd6cc8ff389a903
pkgname = ocaml-luv
diff --git a/PKGBUILD b/PKGBUILD
index 5b8e2d333b5c..07ebb19d8895 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='luv'
pkgname="ocaml-$_projectname"
pkgver='0.5.11'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Cross-platform asynchronous I/O and system calls'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/aantron/$_projectname"