summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:35:56 +0200
committerDaniel Peukert2021-07-31 15:35:56 +0200
commitdb3ea4bc5e42d73edd6c990e3dd4dc4087b28d99 (patch)
tree858dad16481a6004ebdeeca7e35c9ee43ae171a3
parent23d2f4a9de58c67814aa776cea64f9f8c1497281 (diff)
downloadaur-db3ea4bc5e42d73edd6c990e3dd4dc4087b28d99.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25d534e7d643..fd3262d108be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-luv
pkgdesc = Cross-platform asynchronous I/O and system calls
pkgver = 0.5.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aantron/luv
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-luv
depends = ocaml-ctypes>=0.13.0
depends = ocaml-result
options = !strip
- source = ocaml-luv-0.5.9-1.tar.gz::https://github.com/aantron/luv/archive/0.5.9.tar.gz
+ source = ocaml-luv-0.5.9-2.tar.gz::https://github.com/aantron/luv/archive/0.5.9.tar.gz
sha256sums = fc94c26a2d567fb57917dbdc08e5e4f02e19bdbefd1524d5ccf650f87a4d3835
pkgname = ocaml-luv
diff --git a/PKGBUILD b/PKGBUILD
index 7dafb750656b..be09969c824f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='luv'
pkgname="ocaml-$_projectname"
pkgver='0.5.9'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Cross-platform asynchronous I/O and system calls'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/aantron/$_projectname"