summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-04-19 13:46:25 +0200
committerDaniel Peukert2023-04-19 13:46:25 +0200
commit22c5c64f1aff16d943a1dd6d66ecb57f2b17633b (patch)
tree8d5f0ddcd577ecc4278493529d4493aadad1a4c7
parentb713b701aaf1d5041ce2fe961d4f6e2e8698f07d (diff)
downloadaur-22c5c64f1aff16d943a1dd6d66ecb57f2b17633b.tar.gz
Bump ocaml-luv pkgrel, as 0.5.12 was re-tagged
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab18e640db4b..47426c1f5bc9 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 = 1
+ pkgrel = 2
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-1.tar.gz::https://github.com/aantron/luv/archive/0.5.12.tar.gz
- sha512sums = 9d3b54c43e4b55d41576d8639aacfb170f5749d48caf545decfa43aac5c39621a1e9b9bf8709c23edce3cdfe33534f226abdd86543984448483a1679a362ef71
+ source = ocaml-luv-0.5.12-2.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 849dd3e88e13..2a8ad5b09261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='luv'
pkgname="ocaml-$_projectname"
pkgver='0.5.12'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Cross-platform asynchronous I/O and system calls'
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/aantron/$_projectname"
@@ -11,7 +11,7 @@ depends=('libuv' 'ocaml>=4.03.0' 'ocaml-compiler-libs' 'ocaml-ctypes>=0.14.0' 'o
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('9d3b54c43e4b55d41576d8639aacfb170f5749d48caf545decfa43aac5c39621a1e9b9bf8709c23edce3cdfe33534f226abdd86543984448483a1679a362ef71')
+sha512sums=('c79d18eb187ecaa15b3e031cf830c4d9f7e7ea935596516e8bb402616bbc5cd6048b7abe42d4b2ba7b0abcb41a046dff0674d65463fcdc68d7d05c83e25ccc73')
_sourcedirectory="$_projectname-$pkgver"